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