Paleta de colores Light Sea Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Sea Green palette

Compartir esta paleta en:

Descargar la paleta de colores Light Sea Green (PNG)

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

CSS de la paleta de colores Light Sea Green

/* 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 del degradado de fondo 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 .