Muted Teal Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Teal Delight palette

Share this palette to:

Download Muted Teal Delight Color Palette (PNG)

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

Muted Teal Delight color palette 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;
}

Muted Teal Delight background gradient CSS

/* 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 .