Paleta de colores Radiant Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Radiant Ember palette
CSS de la paleta de colores Radiant Ember
/* CSS */
.color-1 {
color: #f9e59f;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f29d26;
}
.color-4 {
color: #e9781c;
}
.color-5 {
color: #d6612e;
}
/* CSS Variables */
:root {
--color-1: #f9e59f;
--color-2: #f3ca4f;
--color-3: #f29d26;
--color-4: #e9781c;
--color-5: #d6612e;
}
CSS del degradado de fondo Radiant Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e59f, #f3ca4f, #f29d26, #e9781c, #d6612e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e59f, #f3ca4f, #f29d26, #e9781c, #d6612e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Radiant Ember color palette created on .