Temmy Sunset Color Palette
Discover the beautiful Temmy Sunset color palette featuring marzipan (#f8d3a0), tacao (#f3a67c), terracotta (#e07d5c), brown rust (#b85e3d) and quincy (#583d28).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Temmy Sunset palette
💻 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);
} 🔗 Explore similar color palettes
Temmy Sunset color palette created on .