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