Shades of Green and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green and Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Green and Blue CSS

/* CSS */
.color-1 {
color: #d2b765;
}
.color-2 {
color: #c9c06e;
}
.color-3 {
color: #9fc388;
}
.color-4 {
color: #6b9bc7;
}
.color-5 {
color: #506e95;
}

/* CSS Variables */
:root {
--color-1: #d2b765;
--color-2: #c9c06e;
--color-3: #9fc388;
--color-4: #6b9bc7;
--color-5: #506e95;
}

CSS con gradiente di sfondo Shades of Green and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b765, #c9c06e, #9fc388, #6b9bc7, #506e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b765, #c9c06e, #9fc388, #6b9bc7, #506e95);
}

Shades of Green and Blue color palette created on .