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