Paleta de colores Celestial Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Harmony

/* CSS */
.color-1 {
color: #499ed0;
}
.color-2 {
color: #59c6d4;
}
.color-3 {
color: #a7e6a2;
}
.color-4 {
color: #f2ce5a;
}
.color-5 {
color: #f25a5c;
}

/* CSS Variables */
:root {
--color-1: #499ed0;
--color-2: #59c6d4;
--color-3: #a7e6a2;
--color-4: #f2ce5a;
--color-5: #f25a5c;
}

CSS del degradado de fondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499ed0, #59c6d4, #a7e6a2, #f2ce5a, #f25a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499ed0, #59c6d4, #a7e6a2, #f2ce5a, #f25a5c);
}

Celestial Harmony color palette created on .