Whimsical Radiance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Radiance palette
Whimsical Radiance color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #d33131;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #f3e4aa;
--color-4: #ffcb5c;
--color-5: #d33131;
}
Whimsical Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #f3e4aa, #ffcb5c, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #f3e4aa, #ffcb5c, #d33131);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Whimsical Radiance color palette created on .