Shades of Algae Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Algae Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Algae Green CSS

/* CSS */
.color-1 {
color: #95dfb9;
}
.color-2 {
color: #80dbb3;
}
.color-3 {
color: #4bcea6;
}
.color-4 {
color: #28af9a;
}
.color-5 {
color: #1a998a;
}

/* CSS Variables */
:root {
--color-1: #95dfb9;
--color-2: #80dbb3;
--color-3: #4bcea6;
--color-4: #28af9a;
--color-5: #1a998a;
}

CSS con gradiente di sfondo Shades of Algae Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95dfb9, #80dbb3, #4bcea6, #28af9a, #1a998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95dfb9, #80dbb3, #4bcea6, #28af9a, #1a998a);
}

Shades of Algae Green color palette created on .