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: #1e396c;
}
.color-2 {
color: #5c4d9d;
}
.color-3 {
color: #e8d5b0;
}
.color-4 {
color: #b57c3b;
}
.color-5 {
color: #6ad2d7;
}
/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #5c4d9d;
--color-3: #e8d5b0;
--color-4: #b57c3b;
--color-5: #6ad2d7;
}
CSS del degradado de fondo Celestial Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #5c4d9d, #e8d5b0, #b57c3b, #6ad2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #5c4d9d, #e8d5b0, #b57c3b, #6ad2d7);
}
Paletas de colores similares
Celestial Harmony color palette created on .