Embers of Valor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Embers of Valor palette

Share this palette to:

Embers of Valor color palette CSS

/* CSS */
.color-1 {
color: #4b3d2a;
}
.color-2 {
color: #7c4f2d;
}
.color-3 {
color: #d69843;
}
.color-4 {
color: #f3c37c;
}
.color-5 {
color: #e45949;
}

/* CSS Variables */
:root {
--color-1: #4b3d2a;
--color-2: #7c4f2d;
--color-3: #d69843;
--color-4: #f3c37c;
--color-5: #e45949;
}

Embers of Valor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d2a, #7c4f2d, #d69843, #f3c37c, #e45949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d2a, #7c4f2d, #d69843, #f3c37c, #e45949);
}

Embers of Valor color palette created on .