Paleta de colores Serene Sky Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sky Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sky Garden

/* CSS */
.color-1 {
color: #fcfcfd;
}
.color-2 {
color: #d7e0ea;
}
.color-3 {
color: #adc6f0;
}
.color-4 {
color: #97e467;
}
.color-5 {
color: #8fbdbb;
}

/* CSS Variables */
:root {
--color-1: #fcfcfd;
--color-2: #d7e0ea;
--color-3: #adc6f0;
--color-4: #97e467;
--color-5: #8fbdbb;
}

CSS del degradado de fondo Serene Sky Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfd, #d7e0ea, #adc6f0, #97e467, #8fbdbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfd, #d7e0ea, #adc6f0, #97e467, #8fbdbb);
}

Serene Sky Garden color palette created on .