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