Loading...
Muted Teal and Deep Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Teal and Deep Green palette
Download Muted Teal and Deep Green Color Palette (PNG)
Muted Teal and Deep Green color palette CSS
/* CSS */
.color-1 {
color: #1c2c26;
}
.color-2 {
color: #4f8c80;
}
.color-3 {
color: #78baa4;
}
.color-4 {
color: #a3e1d5;
}
.color-5 {
color: #d3e9e1;
}
/* CSS Variables */
:root {
--color-1: #1c2c26;
--color-2: #4f8c80;
--color-3: #78baa4;
--color-4: #a3e1d5;
--color-5: #d3e9e1;
}
Muted Teal and Deep Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}
Similar color palettes
Muted Teal and Deep Green color palette created on .