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