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