Sunshade Hue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunshade Hue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunshade Hue Color Palette (PNG)
Sunshade Hue color palette CSS
/* CSS */
.color-1 {
color: #f9e2b4;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f4a090;
}
.color-4 {
color: #f3818c;
}
.color-5 {
color: #d94a6b;
}
/* CSS Variables */
:root {
--color-1: #f9e2b4;
--color-2: #f7c5a6;
--color-3: #f4a090;
--color-4: #f3818c;
--color-5: #d94a6b;
}
Sunshade Hue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b4, #f7c5a6, #f4a090, #f3818c, #d94a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b4, #f7c5a6, #f4a090, #f3818c, #d94a6b);
}
Similar color palettes
Sunshade Hue color palette created on .