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: #4abf8c;
}
.color-2 {
color: #f3d758;
}
.color-3 {
color: #e16d47;
}
.color-4 {
color: #c64e7a;
}
.color-5 {
color: #87c0e8;
}

/* CSS Variables */
:root {
--color-1: #4abf8c;
--color-2: #f3d758;
--color-3: #e16d47;
--color-4: #c64e7a;
--color-5: #87c0e8;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf8c, #f3d758, #e16d47, #c64e7a, #87c0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf8c, #f3d758, #e16d47, #c64e7a, #87c0e8);
}

Shades of Green color palette created on .