Muted Teal Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Teal Delight palette

Condividi questa palette a:

Scarica la tavolozza dei colori Muted Teal Delight (PNG)

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

tavolozza dei colori Muted Teal Delight CSS

/* 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 con gradiente di sfondo 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 .