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