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: #f5a524;
}
.color-2 {
color: #f8e6af;
}
.color-3 {
color: #a4d2df;
}
.color-4 {
color: #7c96b6;
}
.color-5 {
color: #5d3f8d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e6af;
--color-3: #a4d2df;
--color-4: #7c96b6;
--color-5: #5d3f8d;
}

CSS del degradado de fondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e6af, #a4d2df, #7c96b6, #5d3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e6af, #a4d2df, #7c96b6, #5d3f8d);
}

Celestial Harmony color palette created on .