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: #a6c6ed;
}
.color-2 {
color: #f0b3b2;
}
.color-3 {
color: #f9e5c8;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #d55b48;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0b3b2;
--color-3: #f9e5c8;
--color-4: #f3ca4f;
--color-5: #d55b48;
}
CSS del degradado de fondo Celestial Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0b3b2, #f9e5c8, #f3ca4f, #d55b48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0b3b2, #f9e5c8, #f3ca4f, #d55b48);
}
Paletas de colores similares
Celestial Whispers color palette created on .