Paleta de colores Greg's Garden Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Greg's Garden Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Greg's Garden Delight

/* CSS */
.color-1 {
color: #c7301f;
}
.color-2 {
color: #357033;
}
.color-3 {
color: #c8802d;
}
.color-4 {
color: #cd721d;
}
.color-5 {
color: #ca5516;
}

/* CSS Variables */
:root {
--color-1: #c7301f;
--color-2: #357033;
--color-3: #c8802d;
--color-4: #cd721d;
--color-5: #ca5516;
}

CSS del degradado de fondo Greg's Garden Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7301f, #357033, #c8802d, #cd721d, #ca5516);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7301f, #357033, #c8802d, #cd721d, #ca5516);
}

Greg's Garden Delight color palette created on .