Tropical Sunset Spice Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Tropical Sunset Spice palette
tavolozza dei colori Tropical Sunset Spice CSS
/* CSS */
.color-1 {
color: #f9be58;
}
.color-2 {
color: #f4a20b;
}
.color-3 {
color: #d67900;
}
.color-4 {
color: #c85c0e;
}
.color-5 {
color: #8f4c00;
}
/* CSS Variables */
:root {
--color-1: #f9be58;
--color-2: #f4a20b;
--color-3: #d67900;
--color-4: #c85c0e;
--color-5: #8f4c00;
}
CSS con gradiente di sfondo Tropical Sunset Spice
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9be58, #f4a20b, #d67900, #c85c0e, #8f4c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9be58, #f4a20b, #d67900, #c85c0e, #8f4c00);
}
Tavolozze di colori simili
Tropical Sunset Spice color palette created on .