Paleta de colores Celestial Grove

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Grove palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Grove

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f6e6d5;
}
.color-3 {
color: #f6a951;
}
.color-4 {
color: #f25c54;
}
.color-5 {
color: #a14a8b;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f6e6d5;
--color-3: #f6a951;
--color-4: #f25c54;
--color-5: #a14a8b;
}

CSS del degradado de fondo Celestial Grove

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f6e6d5, #f6a951, #f25c54, #a14a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f6e6d5, #f6a951, #f25c54, #a14a8b);
}

Celestial Grove color palette created on .