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