Paleta de colores Teal and Terracotta

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal and Terracotta palette

Compartir esta paleta en:

CSS de la paleta de colores Teal and Terracotta

/* CSS */
.color-1 {
color: #508f95;
}
.color-2 {
color: #8b5b1d;
}
.color-3 {
color: #b47e7e;
}
.color-4 {
color: #362316;
}
.color-5 {
color: #ab5017;
}

/* CSS Variables */
:root {
--color-1: #508f95;
--color-2: #8b5b1d;
--color-3: #b47e7e;
--color-4: #362316;
--color-5: #ab5017;
}

CSS del degradado de fondo Teal and Terracotta

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #508f95, #8b5b1d, #b47e7e, #362316, #ab5017);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #508f95, #8b5b1d, #b47e7e, #362316, #ab5017);
}

Teal and Terracotta color palette created on .