Whispers of Golden Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Golden Dawn palette

Share this palette to:

Whispers of Golden Dawn color palette CSS

/* CSS */
.color-1 {
color: #f6f4f5;
}
.color-2 {
color: #e1dfe1;
}
.color-3 {
color: #cbc9cf;
}
.color-4 {
color: #c0bdc1;
}
.color-5 {
color: #ecb732;
}

/* CSS Variables */
:root {
--color-1: #f6f4f5;
--color-2: #e1dfe1;
--color-3: #cbc9cf;
--color-4: #c0bdc1;
--color-5: #ecb732;
}

Whispers of Golden Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f4f5, #e1dfe1, #cbc9cf, #c0bdc1, #ecb732);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f4f5, #e1dfe1, #cbc9cf, #c0bdc1, #ecb732);
}

Whispers of Golden Dawn color palette created on .