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