Paleta de colores Teal and Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal and Coral palette

Compartir esta paleta en:

Descargar la paleta de colores Teal and Coral (PNG)

Download teal and coral color palette PNG image (landscape)
Download teal and coral color palette PNG image (square)

CSS de la paleta de colores Teal and Coral

/* CSS */
.color-1 {
color: #3d9e9e;
}
.color-2 {
color: #f0b6a3;
}
.color-3 {
color: #f6d4a2;
}
.color-4 {
color: #eabe71;
}
.color-5 {
color: #d75c33;
}

/* CSS Variables */
:root {
--color-1: #3d9e9e;
--color-2: #f0b6a3;
--color-3: #f6d4a2;
--color-4: #eabe71;
--color-5: #d75c33;
}

CSS del degradado de fondo Teal and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}

Teal and Coral color palette created on .