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