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