Whimsical Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Whisper palette
Whimsical Whisper color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #c68ecc;
}
.color-3 {
color: #a46eaf;
}
.color-4 {
color: #7c4c9a;
}
.color-5 {
color: #4f2c6d;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #c68ecc;
--color-3: #a46eaf;
--color-4: #7c4c9a;
--color-5: #4f2c6d;
}
Whimsical Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #c68ecc, #a46eaf, #7c4c9a, #4f2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #c68ecc, #a46eaf, #7c4c9a, #4f2c6d);
}
Similar color palettes
Whimsical Whisper color palette created on .