Paleta de colores Celestial Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Whispers palette
CSS de la paleta de colores Celestial Whispers
/* CSS */
.color-1 {
color: #e3a1cf;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #f3e7a0;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #d0a4df;
}
/* CSS Variables */
:root {
--color-1: #e3a1cf;
--color-2: #a6c6ed;
--color-3: #f3e7a0;
--color-4: #ffb3c1;
--color-5: #d0a4df;
}
CSS del degradado de fondo Celestial Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a1cf, #a6c6ed, #f3e7a0, #ffb3c1, #d0a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a1cf, #a6c6ed, #f3e7a0, #ffb3c1, #d0a4df);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Celestial Whispers color palette created on .