Sunny Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Shades palette
Sunny Shades color palette CSS
/* CSS */
.color-1 {
color: #f9d658;
}
.color-2 {
color: #f7a14a;
}
.color-3 {
color: #f28050;
}
.color-4 {
color: #e86a5e;
}
.color-5 {
color: #d15274;
}
/* CSS Variables */
:root {
--color-1: #f9d658;
--color-2: #f7a14a;
--color-3: #f28050;
--color-4: #e86a5e;
--color-5: #d15274;
}
Sunny Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d658, #f7a14a, #f28050, #e86a5e, #d15274);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d658, #f7a14a, #f28050, #e86a5e, #d15274);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sunny Shades color palette created on .