Replace the Color Palette with the attached colors from Figma

Created on 25 March 2024, 3 months ago
Updated 12 April 2024, 3 months ago

Problem/Motivation

The color palette should be updated to reflect the colors defined in the Figma designs.

Proposed resolution

Update all the existing color scales and add all the new ones (even the colors not used yet). Until we have the correct layer of abstraction for color usages we should use direct variable names, like --admin-toolbar-color-blue-100.

For example, from:
--admin-toolbar-color-blue-100: var(--drupal-admin-color-blue-100, #ccdbff)
We should move to:
--admin-toolbar-color-blue-100: var(--drupal-admin-color-blue-100, #ccdfff)

Please use the Figma link to get the specs about colors.

Remaining tasks

  • Change the variable names

User interface changes

The colors should move from Claro existing colors to the new ones.

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States KeyboardCowboy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024