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: #eab3c2;
}
.color-2 {
color: #e09ac7;
}
.color-3 {
color: #ba92d9;
}
.color-4 {
color: #8470db;
}
.color-5 {
color: #5246d2;
}
/* CSS Variables */
:root {
--color-1: #eab3c2;
--color-2: #e09ac7;
--color-3: #ba92d9;
--color-4: #8470db;
--color-5: #5246d2;
}
CSS del degradado de fondo Celestial Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rosa
Celestial Whispers color palette created on .