Muted Teal Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Teal Delight Color Palette (PNG)
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);
}
Similar color palettes
Muted Teal Delight color palette created on .