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: #832221;
}
.color-2 {
color: #a14a4a;
}
.color-3 {
color: #c47878;
}
.color-4 {
color: #e5a4a4;
}
.color-5 {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--color-1: #832221;
--color-2: #a14a4a;
--color-3: #c47878;
--color-4: #e5a4a4;
--color-5: #f8d3d3;
}
CSS del degradado de fondo Blushing Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #832221, #a14a4a, #c47878, #e5a4a4, #f8d3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #832221, #a14a4a, #c47878, #e5a4a4, #f8d3d3);
}
Paletas de colores similares
Blushing Ember color palette created on .