Paleta de colores Gatsby's Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gatsby's Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Gatsby's Garden

/* CSS */
.color-1 {
color: #3c9a8b;
}
.color-2 {
color: #a9c7ba;
}
.color-3 {
color: #c1e2d4;
}
.color-4 {
color: #f3dac9;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #3c9a8b;
--color-2: #a9c7ba;
--color-3: #c1e2d4;
--color-4: #f3dac9;
--color-5: #f1a8a2;
}

CSS del degradado de fondo Gatsby's Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a8b, #a9c7ba, #c1e2d4, #f3dac9, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a8b, #a9c7ba, #c1e2d4, #f3dac9, #f1a8a2);
}

Gatsby's Garden color palette created on .