Cersei Color Palette
Discover the beautiful Cersei color palette featuring di serria (#d8a44f), tuscany (#b76e2a), rope (#9a491d), red robin (#7b2d1e) and cedar (#4d1919).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Cersei palette
๐ป Cersei color palette CSS
/* CSS */
.color-1 {
color: #d8a44f;
}
.color-2 {
color: #b76e2a;
}
.color-3 {
color: #9a491d;
}
.color-4 {
color: #7b2d1e;
}
.color-5 {
color: #4d1919;
}
/* CSS Variables */
:root {
--color-1: #d8a44f;
--color-2: #b76e2a;
--color-3: #9a491d;
--color-4: #7b2d1e;
--color-5: #4d1919;
} ๐ Cersei background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a44f, #b76e2a, #9a491d, #7b2d1e, #4d1919);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a44f, #b76e2a, #9a491d, #7b2d1e, #4d1919);
} ๐ Explore similar color palettes
Cersei color palette created on .