Whispers of Elysium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Elysium palette
Whispers of Elysium color palette CSS
/* CSS */
.color-1 {
color: #d7a6e7;
}
.color-2 {
color: #f3aac8;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f46c6c;
}
.color-5 {
color: #1c3e8d;
}
/* CSS Variables */
:root {
--color-1: #d7a6e7;
--color-2: #f3aac8;
--color-3: #fab700;
--color-4: #f46c6c;
--color-5: #1c3e8d;
}
Whispers of Elysium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a6e7, #f3aac8, #fab700, #f46c6c, #1c3e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a6e7, #f3aac8, #fab700, #f46c6c, #1c3e8d);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Whispers of Elysium color palette created on .