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