Paleta de colores East Coast Mountain

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with East Coast Mountain palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores East Coast Mountain

Download east coast mountain color palette PNG image (landscape)
Download east coast mountain color palette PNG image (square)

CSS de la paleta de colores East Coast Mountain

/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #7b999d;
}
.color-3 {
color: #4a7e8c;
}
.color-4 {
color: #3c5b6d;
}
.color-5 {
color: #304b4b;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #7b999d;
--color-3: #4a7e8c;
--color-4: #3c5b6d;
--color-5: #304b4b;
}

CSS del degradado de fondo East Coast Mountain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #7b999d, #4a7e8c, #3c5b6d, #304b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #7b999d, #4a7e8c, #3c5b6d, #304b4b);
}

East Coast Mountain color palette created on .