Sunny Gardenia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Gardenia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunny Gardenia Color Palette (PNG)
Sunny Gardenia color palette CSS
/* CSS */
.color-1 {
color: #ffbb5c;
}
.color-2 {
color: #f7d669;
}
.color-3 {
color: #e9dfaf;
}
.color-4 {
color: #b2e6b6;
}
.color-5 {
color: #70d7c9;
}
/* CSS Variables */
:root {
--color-1: #ffbb5c;
--color-2: #f7d669;
--color-3: #e9dfaf;
--color-4: #b2e6b6;
--color-5: #70d7c9;
}
Sunny Gardenia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb5c, #f7d669, #e9dfaf, #b2e6b6, #70d7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb5c, #f7d669, #e9dfaf, #b2e6b6, #70d7c9);
}
Similar color palettes
Sunny Gardenia color palette created on .