Paleta de colores Autumn Ember Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Ember Glow palette
CSS de la paleta de colores Autumn Ember Glow
/* CSS */
.color-1 {
color: #9f9993;
}
.color-2 {
color: #cf7354;
}
.color-3 {
color: #ce572c;
}
.color-4 {
color: #cf4007;
}
.color-5 {
color: #c23705;
}
/* CSS Variables */
:root {
--color-1: #9f9993;
--color-2: #cf7354;
--color-3: #ce572c;
--color-4: #cf4007;
--color-5: #c23705;
}
CSS del degradado de fondo Autumn Ember Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f9993, #cf7354, #ce572c, #cf4007, #c23705);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f9993, #cf7354, #ce572c, #cf4007, #c23705);
}
Paletas de colores similares
Autumn Ember Glow color palette created on .