Whispers of Dread Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dread palette
Whispers of Dread color palette CSS
/* CSS */
.color-1 {
color: #492c59;
}
.color-2 {
color: #8f5b9f;
}
.color-3 {
color: #bd7dbf;
}
.color-4 {
color: #f3a668;
}
.color-5 {
color: #f04c3d;
}
/* CSS Variables */
:root {
--color-1: #492c59;
--color-2: #8f5b9f;
--color-3: #bd7dbf;
--color-4: #f3a668;
--color-5: #f04c3d;
}
Whispers of Dread background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c59, #8f5b9f, #bd7dbf, #f3a668, #f04c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c59, #8f5b9f, #bd7dbf, #f3a668, #f04c3d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispers of Dread color palette created on .