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: #f9d59f;
}
.color-2 {
color: #f3a1a0;
}
.color-3 {
color: #f29cce;
}
.color-4 {
color: #d1a7f1;
}
.color-5 {
color: #9fd0f9;
}
/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f3a1a0;
--color-3: #f29cce;
--color-4: #d1a7f1;
--color-5: #9fd0f9;
}
CSS del degradado de fondo Celestial Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f3a1a0, #f29cce, #d1a7f1, #9fd0f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f3a1a0, #f29cce, #d1a7f1, #9fd0f9);
}
Paletas de colores similares
Celestial Blush color palette created on .