Paleta de colores Shades of Teal and Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Teal and Coral palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Teal and Coral

/* CSS */
.color-1 {
color: #6fc3a0;
}
.color-2 {
color: #ff8175;
}
.color-3 {
color: #81d0fd;
}
.color-4 {
color: #ff426e;
}
.color-5 {
color: #b7571f;
}

/* CSS Variables */
:root {
--color-1: #6fc3a0;
--color-2: #ff8175;
--color-3: #81d0fd;
--color-4: #ff426e;
--color-5: #b7571f;
}

CSS del degradado de fondo Shades of Teal and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}

Shades of Teal and Coral color palette created on .