Green Apple Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Apple Delight palette

Condividi questa palette a:

tavolozza dei colori Green Apple Delight CSS

/* CSS */
.color-1 {
color: #a7e7b8;
}
.color-2 {
color: #b4e9b6;
}
.color-3 {
color: #c1e9aa;
}
.color-4 {
color: #cff4b4;
}
.color-5 {
color: #e8f8c4;
}

/* CSS Variables */
:root {
--color-1: #a7e7b8;
--color-2: #b4e9b6;
--color-3: #c1e9aa;
--color-4: #cff4b4;
--color-5: #e8f8c4;
}

CSS con gradiente di sfondo Green Apple Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e7b8, #b4e9b6, #c1e9aa, #cff4b4, #e8f8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e7b8, #b4e9b6, #c1e9aa, #cff4b4, #e8f8c4);
}

Green Apple Delight color palette created on .