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