Shades of Green Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Green Blue CSS

/* CSS */
.color-1 {
color: #e2bb2c;
}
.color-2 {
color: #a9d369;
}
.color-3 {
color: #4cb8b1;
}
.color-4 {
color: #2f7c98;
}
.color-5 {
color: #3e4b8e;
}

/* CSS Variables */
:root {
--color-1: #e2bb2c;
--color-2: #a9d369;
--color-3: #4cb8b1;
--color-4: #2f7c98;
--color-5: #3e4b8e;
}

CSS con gradiente di sfondo Shades of Green Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2bb2c, #a9d369, #4cb8b1, #2f7c98, #3e4b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2bb2c, #a9d369, #4cb8b1, #2f7c98, #3e4b8e);
}

Shades of Green Blue color palette created on .