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: #1f5b89;
}
.color-2 {
color: #3db4b8;
}
.color-3 {
color: #a2e2d7;
}
.color-4 {
color: #f4c4a4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f5b89;
--color-2: #3db4b8;
--color-3: #a2e2d7;
--color-4: #f4c4a4;
--color-5: #ff6e61;
}

CSS del degradado de fondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5b89, #3db4b8, #a2e2d7, #f4c4a4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5b89, #3db4b8, #a2e2d7, #f4c4a4, #ff6e61);
}

Celestial Harmony color palette created on .