Paleta de colores Evergreen Harbor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Evergreen Harbor palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Evergreen Harbor

Download evergreen harbor color palette PNG image (landscape)
Download evergreen harbor color palette PNG image (square)

CSS de la paleta de colores Evergreen Harbor

/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #6fbe9e;
}
.color-3 {
color: #98e6b6;
}
.color-4 {
color: #f3e1a0;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #6fbe9e;
--color-3: #98e6b6;
--color-4: #f3e1a0;
--color-5: #f0a800;
}

CSS del degradado de fondo Evergreen Harbor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #6fbe9e, #98e6b6, #f3e1a0, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #6fbe9e, #98e6b6, #f3e1a0, #f0a800);
}

Evergreen Harbor color palette created on .