Paleta de colores Celestial Blossom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Blossom palette
CSS de la paleta de colores Celestial Blossom
/* CSS */
.color-1 {
color: #e0a3d3;
}
.color-2 {
color: #b1a6e7;
}
.color-3 {
color: #6b8bdb;
}
.color-4 {
color: #4fbbd8;
}
.color-5 {
color: #f8c4d2;
}
/* CSS Variables */
:root {
--color-1: #e0a3d3;
--color-2: #b1a6e7;
--color-3: #6b8bdb;
--color-4: #4fbbd8;
--color-5: #f8c4d2;
}
CSS del degradado de fondo Celestial Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3d3, #b1a6e7, #6b8bdb, #4fbbd8, #f8c4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3d3, #b1a6e7, #6b8bdb, #4fbbd8, #f8c4d2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Femenino
Celestial Blossom color palette created on .