Vibrant Orchard Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orchard Delight palette

Condividi questa palette a:

tavolozza dei colori Vibrant Orchard Delight CSS

/* 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 con gradiente di sfondo 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 .