Whimsical Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Sunshine palette
Whimsical Sunshine color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #fff080;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #75c8ff;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #fff080;
--color-4: #b3e0ff;
--color-5: #75c8ff;
}
Whimsical Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #fff080, #b3e0ff, #75c8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #fff080, #b3e0ff, #75c8ff);
}
Similar color palettes
Whimsical Sunshine color palette created on .