Orange Sunset Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Orange Sunset palette
tavolozza dei colori Orange Sunset CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #f6c160;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #e8a34f;
}
.color-5 {
color: #d6693d;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #f6c160;
--color-3: #f9d66c;
--color-4: #e8a34f;
--color-5: #d6693d;
}
CSS con gradiente di sfondo Orange Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #f6c160, #f9d66c, #e8a34f, #d6693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #f6c160, #f9d66c, #e8a34f, #d6693d);
}
Tavolozze di colori simili
Orange Sunset color palette created on .