Loading...
Muted Teal Vintage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal Vintage palette
Download Muted Teal Vintage Color Palette (PNG)
Muted Teal Vintage color palette CSS
/* CSS */
.color-1 {
color: #1b7379;
}
.color-2 {
color: #5b9a8a;
}
.color-3 {
color: #adc9e1;
}
.color-4 {
color: #dcd4c1;
}
.color-5 {
color: #c09191;
}
/* CSS Variables */
:root {
--color-1: #1b7379;
--color-2: #5b9a8a;
--color-3: #adc9e1;
--color-4: #dcd4c1;
--color-5: #c09191;
}
Muted Teal Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b7379, #5b9a8a, #adc9e1, #dcd4c1, #c09191);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b7379, #5b9a8a, #adc9e1, #dcd4c1, #c09191);
}
Similar color palettes
Muted Teal Vintage color palette created on .