Shades of Conifer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Conifer palette
Shades of Conifer color palette CSS
/* CSS */
.color-1 {
color: #a7df9f;
}
.color-2 {
color: #c4e4b4;
}
.color-3 {
color: #d9e9c3;
}
.color-4 {
color: #f2f5d6;
}
.color-5 {
color: #b2c9a6;
}
/* CSS Variables */
:root {
--color-1: #a7df9f;
--color-2: #c4e4b4;
--color-3: #d9e9c3;
--color-4: #f2f5d6;
--color-5: #b2c9a6;
}
Shades of Conifer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7df9f, #c4e4b4, #d9e9c3, #f2f5d6, #b2c9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7df9f, #c4e4b4, #d9e9c3, #f2f5d6, #b2c9a6);
}
Similar color palettes
Shades of Conifer color palette created on .