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: #00bdd6;
}
.color-2 {
color: #2094f3;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #2094f3;
--color-3: #4051b5;
--color-4: #ffec3d;
--color-5: #ff9900;
}

CSS del degradado de fondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #2094f3, #4051b5, #ffec3d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #2094f3, #4051b5, #ffec3d, #ff9900);
}

Celestial Harmony color palette created on .