Light Sea Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Sea Green palette

Condividi questa palette a:

Scarica la tavolozza dei colori Light Sea Green (PNG)

Download light sea green color palette PNG image (landscape)
Download light sea green color palette PNG image (square)

tavolozza dei colori Light Sea Green CSS

/* CSS */
.color-1 {
color: #2ee0d4;
}
.color-2 {
color: #4ae3db;
}
.color-3 {
color: #80e5e3;
}
.color-4 {
color: #a1e8e2;
}
.color-5 {
color: #cbf1e2;
}

/* CSS Variables */
:root {
--color-1: #2ee0d4;
--color-2: #4ae3db;
--color-3: #80e5e3;
--color-4: #a1e8e2;
--color-5: #cbf1e2;
}

CSS con gradiente di sfondo Light Sea Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}

Light Sea Green color palette created on .