Light Sea Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Sea Green palette

Share this palette to:

Download Light Sea Green Color Palette (PNG)

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

Light Sea Green color palette 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;
}

Light Sea Green background gradient CSS

/* 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 .