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