Gaby's Garden Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gaby's Garden Delight palette

Condividi questa palette a:

tavolozza dei colori Gaby's Garden Delight CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #f8e0b4;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5d8f4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb85c;
--color-3: #f8e0b4;
--color-4: #a3d55d;
--color-5: #5d8f4d;
}

CSS con gradiente di sfondo Gaby's Garden Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb85c, #f8e0b4, #a3d55d, #5d8f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb85c, #f8e0b4, #a3d55d, #5d8f4d);
}

Gaby's Garden Delight color palette created on .