Sun Blonde Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sun Blonde palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sun Blonde Color Palette (PNG)
Sun Blonde color palette CSS
/* CSS */
.color-1 {
color: #f7e0a1;
}
.color-2 {
color: #f2d75f;
}
.color-3 {
color: #e0b64d;
}
.color-4 {
color: #d99f3a;
}
.color-5 {
color: #c5942b;
}
/* CSS Variables */
:root {
--color-1: #f7e0a1;
--color-2: #f2d75f;
--color-3: #e0b64d;
--color-4: #d99f3a;
--color-5: #c5942b;
}
Sun Blonde background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0a1, #f2d75f, #e0b64d, #d99f3a, #c5942b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0a1, #f2d75f, #e0b64d, #d99f3a, #c5942b);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Sun Blonde color palette created on .