Vibrant Sunset Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Sunset palette
tavolozza dei colori Vibrant Sunset CSS
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffed24;
}
.color-4 {
color: #e9ed91;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb300;
--color-3: #ffed24;
--color-4: #e9ed91;
--color-5: #ff6e61;
}
CSS con gradiente di sfondo Vibrant Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb300, #ffed24, #e9ed91, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb300, #ffed24, #e9ed91, #ff6e61);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Arancione
Vibrant Sunset color palette created on .