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