Sunset Ember Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Ember palette
tavolozza dei colori Sunset Ember CSS
/* CSS */
.color-1 {
color: #ff4a3d;
}
.color-2 {
color: #ff713d;
}
.color-3 {
color: #ff9e3d;
}
.color-4 {
color: #ffc83d;
}
.color-5 {
color: #ffe74d;
}
/* CSS Variables */
:root {
--color-1: #ff4a3d;
--color-2: #ff713d;
--color-3: #ff9e3d;
--color-4: #ffc83d;
--color-5: #ffe74d;
}
CSS con gradiente di sfondo Sunset Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4a3d, #ff713d, #ff9e3d, #ffc83d, #ffe74d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4a3d, #ff713d, #ff9e3d, #ffc83d, #ffe74d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Corallo
Sunset Ember color palette created on .