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: #48e93a;
}
.color-2 {
color: #0dd9d2;
}
.color-3 {
color: #1823fb;
}
.color-4 {
color: #118bee;
}
.color-5 {
color: #f9ab1a;
}

/* CSS Variables */
:root {
--color-1: #48e93a;
--color-2: #0dd9d2;
--color-3: #1823fb;
--color-4: #118bee;
--color-5: #f9ab1a;
}

CSS con gradiente di sfondo Shades of Green and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48e93a, #0dd9d2, #1823fb, #118bee, #f9ab1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48e93a, #0dd9d2, #1823fb, #118bee, #f9ab1a);
}

Shades of Green and Blue color palette created on .