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: #d3baf2;
}
.color-2 {
color: #a5c3e4;
}
.color-3 {
color: #77e4d2;
}
.color-4 {
color: #7edd88;
}
.color-5 {
color: #f9c16c;
}

/* CSS Variables */
:root {
--color-1: #d3baf2;
--color-2: #a5c3e4;
--color-3: #77e4d2;
--color-4: #7edd88;
--color-5: #f9c16c;
}

CSS del degradado de fondo Celestial Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}

Celestial Garden color palette created on .