Shades of Blue Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue Green CSS

/* CSS */
.color-1 {
color: #4bbe73;
}
.color-2 {
color: #6ed4a7;
}
.color-3 {
color: #8ff0d4;
}
.color-4 {
color: #a5f8e2;
}
.color-5 {
color: #d3f8f1;
}

/* CSS Variables */
:root {
--color-1: #4bbe73;
--color-2: #6ed4a7;
--color-3: #8ff0d4;
--color-4: #a5f8e2;
--color-5: #d3f8f1;
}

CSS con gradiente di sfondo Shades of Blue Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbe73, #6ed4a7, #8ff0d4, #a5f8e2, #d3f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbe73, #6ed4a7, #8ff0d4, #a5f8e2, #d3f8f1);
}

Shades of Blue Green color palette created on .