Sweet Orchard Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Orchard Delight palette

Condividi questa palette a:

tavolozza dei colori Sweet Orchard Delight CSS

/* CSS */
.color-1 {
color: #ff382e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #5cdb95;
}

/* CSS Variables */
:root {
--color-1: #ff382e;
--color-2: #ff6d1f;
--color-3: #ffb700;
--color-4: #a8d600;
--color-5: #5cdb95;
}

CSS con gradiente di sfondo Sweet Orchard Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff382e, #ff6d1f, #ffb700, #a8d600, #5cdb95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff382e, #ff6d1f, #ffb700, #a8d600, #5cdb95);
}

Sweet Orchard Delight color palette created on .