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: #f7b2a1;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #38a3e0;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9d66c;
--color-3: #7fd959;
--color-4: #38a3e0;
--color-5: #5e4b8b;
}

CSS del degradado de fondo Celestial Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9d66c, #7fd959, #38a3e0, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9d66c, #7fd959, #38a3e0, #5e4b8b);
}

Celestial Garden color palette created on .