Paleta de colores Muted Teal Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Teal Delight palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Teal Delight (PNG)

Download muted teal delight color palette PNG image (landscape)
Download muted teal delight color palette PNG image (square)

CSS de la paleta de colores Muted Teal Delight

/* CSS */
.color-1 {
color: #314f59;
}
.color-2 {
color: #e4c072;
}
.color-3 {
color: #503c90;
}
.color-4 {
color: #35737e;
}
.color-5 {
color: #d8b47d;
}

/* CSS Variables */
:root {
--color-1: #314f59;
--color-2: #e4c072;
--color-3: #503c90;
--color-4: #35737e;
--color-5: #d8b47d;
}

CSS del degradado de fondo Muted Teal Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #314f59, #e4c072, #503c90, #35737e, #d8b47d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #314f59, #e4c072, #503c90, #35737e, #d8b47d);
}

Muted Teal Delight color palette created on .