Muted Teal and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal and Purple palette
Download Muted Teal and Purple Color Palette (PNG)
Muted Teal and Purple color palette CSS
/* CSS */
.color-1 {
color: #1c3f3a;
}
.color-2 {
color: #4b6d7c;
}
.color-3 {
color: #6f5f8c;
}
.color-4 {
color: #a07999;
}
.color-5 {
color: #d5c3d0;
}
/* CSS Variables */
:root {
--color-1: #1c3f3a;
--color-2: #4b6d7c;
--color-3: #6f5f8c;
--color-4: #a07999;
--color-5: #d5c3d0;
}
Muted Teal and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f3a, #4b6d7c, #6f5f8c, #a07999, #d5c3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f3a, #4b6d7c, #6f5f8c, #a07999, #d5c3d0);
}
Similar color palettes
Muted Teal and Purple color palette created on .