Paleta de colores Garden Fresh

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Garden Fresh palette

Compartir esta paleta en:

CSS de la paleta de colores Garden Fresh

/* CSS */
.color-1 {
color: #47b384;
}
.color-2 {
color: #80c684;
}
.color-3 {
color: #c5dc6f;
}
.color-4 {
color: #fceb7e;
}
.color-5 {
color: #fba032;
}

/* CSS Variables */
:root {
--color-1: #47b384;
--color-2: #80c684;
--color-3: #c5dc6f;
--color-4: #fceb7e;
--color-5: #fba032;
}

CSS del degradado de fondo Garden Fresh

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #47b384, #80c684, #c5dc6f, #fceb7e, #fba032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #47b384, #80c684, #c5dc6f, #fceb7e, #fba032);
}

Garden Fresh color palette created on .