Cersei Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cersei palette

Share this palette to:

Cersei color palette PNG image

Download cersei color palette PNG image (landscape)
Download cersei color palette PNG image (square)

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);
}

Cersei color palette created on .