Whimsical Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Harmony palette
Whimsical Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #8bc34b;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #bb69c9;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #8bc34b;
--color-4: #50c2f7;
--color-5: #bb69c9;
}
Whimsical Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #8bc34b, #50c2f7, #bb69c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #8bc34b, #50c2f7, #bb69c9);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Whimsical Harmony color palette created on .