Paleta de colores Celestial Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Harmony palette
CSS de la paleta de colores Celestial Harmony
/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #5d626f;
}
.color-3 {
color: #8a9999;
}
.color-4 {
color: #b9c9d5;
}
.color-5 {
color: #f0e7e5;
}
/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #5d626f;
--color-3: #8a9999;
--color-4: #b9c9d5;
--color-5: #f0e7e5;
}
CSS del degradado de fondo Celestial Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #5d626f, #8a9999, #b9c9d5, #f0e7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #5d626f, #8a9999, #b9c9d5, #f0e7e5);
}
Paletas de colores similares
Celestial Harmony color palette created on .