Paleta de colores Teal Coastline

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Coastline palette

Compartir esta paleta en:

Descargar la paleta de colores Teal Coastline (PNG)

Download teal coastline color palette PNG image (landscape)
Download teal coastline color palette PNG image (square)

CSS de la paleta de colores Teal Coastline

/* CSS */
.color-1 {
color: #d07d39;
}
.color-2 {
color: #e2a579;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #59999b;
}

/* CSS Variables */
:root {
--color-1: #d07d39;
--color-2: #e2a579;
--color-3: #f1c6a7;
--color-4: #a5c9d5;
--color-5: #59999b;
}

CSS del degradado de fondo Teal Coastline

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}

Teal Coastline color palette created on .