Paleta de colores Blush & Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blush & Glow palette
CSS de la paleta de colores Blush & Glow
/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f3a58c;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #e4b35e;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f3a58c;
--color-3: #f9d66c;
--color-4: #f7e3a1;
--color-5: #e4b35e;
}
CSS del degradado de fondo Blush & Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f3a58c, #f9d66c, #f7e3a1, #e4b35e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f3a58c, #f9d66c, #f7e3a1, #e4b35e);
}
Paletas de colores similares
Blush & Glow color palette created on .