Paleta de colores Vibrant Orchard Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Orchard Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Orchard Delight

/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #f6c960;
}
.color-3 {
color: #f76d1d;
}
.color-4 {
color: #e93c25;
}
.color-5 {
color: #a12b3b;
}

/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #f6c960;
--color-3: #f76d1d;
--color-4: #e93c25;
--color-5: #a12b3b;
}

CSS del degradado de fondo Vibrant Orchard Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #f6c960, #f76d1d, #e93c25, #a12b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #f6c960, #f76d1d, #e93c25, #a12b3b);
}

Vibrant Orchard Delight color palette created on .