Muted Headlines Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Headlines palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Headlines Color Palette (PNG)
Muted Headlines color palette CSS
/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #4f8c5e;
}
.color-3 {
color: #a1c4a2;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #d5694d;
}
/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4f8c5e;
--color-3: #a1c4a2;
--color-4: #f9d59f;
--color-5: #d5694d;
}
Muted Headlines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4f8c5e, #a1c4a2, #f9d59f, #d5694d);
}
Similar color palettes
Muted Headlines color palette created on .