Paleta de colores Celestial Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Garden

/* CSS */
.color-1 {
color: #385575;
}
.color-2 {
color: #2e2e2e;
}
.color-3 {
color: #a44132;
}
.color-4 {
color: #d1c7b7;
}
.color-5 {
color: #4b5d4d;
}

/* CSS Variables */
:root {
--color-1: #385575;
--color-2: #2e2e2e;
--color-3: #a44132;
--color-4: #d1c7b7;
--color-5: #4b5d4d;
}

CSS del degradado de fondo Celestial Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #385575, #2e2e2e, #a44132, #d1c7b7, #4b5d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #385575, #2e2e2e, #a44132, #d1c7b7, #4b5d4d);
}

Celestial Garden color palette created on .