Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #69bf91;
}
.color-2 {
color: #f7e13b;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #ff8f91;
}
.color-5 {
color: #ff4d85;
}

/* CSS Variables */
:root {
--color-1: #69bf91;
--color-2: #f7e13b;
--color-3: #ff6d2e;
--color-4: #ff8f91;
--color-5: #ff4d85;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf91, #f7e13b, #ff6d2e, #ff8f91, #ff4d85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf91, #f7e13b, #ff6d2e, #ff8f91, #ff4d85);
}

Shades of Green color palette created on .