Whispers of the Enchanted Elder Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Enchanted Elder palette
Whispers of the Enchanted Elder color palette CSS
/* CSS */
.color-1 {
color: #f3e8d3;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e0a78f;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #a84d8b;
}
/* CSS Variables */
:root {
--color-1: #f3e8d3;
--color-2: #f1c6a7;
--color-3: #e0a78f;
--color-4: #d67a7c;
--color-5: #a84d8b;
}
Whispers of the Enchanted Elder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8d3, #f1c6a7, #e0a78f, #d67a7c, #a84d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8d3, #f1c6a7, #e0a78f, #d67a7c, #a84d8b);
}
Similar color palettes
Whispers of the Enchanted Elder color palette created on .