Whispers of the Ancients Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Ancients palette
Whispers of the Ancients color palette CSS
/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #e2b5a1;
}
.color-3 {
color: #d9a6b3;
}
.color-4 {
color: #c68e8b;
}
.color-5 {
color: #a58b78;
}
/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #e2b5a1;
--color-3: #d9a6b3;
--color-4: #c68e8b;
--color-5: #a58b78;
}
Whispers of the Ancients background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}
Similar color palettes
Whispers of the Ancients color palette created on .