Whimsical Frights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Frights palette
Whimsical Frights color palette CSS
/* CSS */
.color-1 {
color: #d1c5e7;
}
.color-2 {
color: #b29bc5;
}
.color-3 {
color: #e5a4c4;
}
.color-4 {
color: #f1d3c6;
}
.color-5 {
color: #f3b0a0;
}
/* CSS Variables */
:root {
--color-1: #d1c5e7;
--color-2: #b29bc5;
--color-3: #e5a4c4;
--color-4: #f1d3c6;
--color-5: #f3b0a0;
}
Whimsical Frights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e7, #b29bc5, #e5a4c4, #f1d3c6, #f3b0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e7, #b29bc5, #e5a4c4, #f1d3c6, #f3b0a0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whimsical Frights color palette created on .