Temmy Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Temmy Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Temmy Sunset Color Palette (PNG)
Temmy Sunset color palette CSS
/* CSS */
.color-1 {
color: #f8d3a0;
}
.color-2 {
color: #f3a67c;
}
.color-3 {
color: #e07d5c;
}
.color-4 {
color: #b85e3d;
}
.color-5 {
color: #583d28;
}
/* CSS Variables */
:root {
--color-1: #f8d3a0;
--color-2: #f3a67c;
--color-3: #e07d5c;
--color-4: #b85e3d;
--color-5: #583d28;
}
Temmy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3a0, #f3a67c, #e07d5c, #b85e3d, #583d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3a0, #f3a67c, #e07d5c, #b85e3d, #583d28);
}
Similar color palettes
Temmy Sunset color palette created on .