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