Sunny Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Delight palette
Sunny Delight color palette PNG image
Sunny Delight color palette CSS
/* CSS */
.color-1 {
color: #f2df50;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f89d35;
}
.color-4 {
color: #f47b25;
}
.color-5 {
color: #e84b2c;
}
/* CSS Variables */
:root {
--color-1: #f2df50;
--color-2: #f7c94b;
--color-3: #f89d35;
--color-4: #f47b25;
--color-5: #e84b2c;
}
Sunny Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}
Similar color palettes
Sunny Delight color palette created on .