Shades of Juniper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Juniper palette
Shades of Juniper color palette CSS
/* CSS */
.color-1 {
color: #a0b1b1;
}
.color-2 {
color: #3c6d6d;
}
.color-3 {
color: #7c9c9c;
}
.color-4 {
color: #b3d6d6;
}
.color-5 {
color: #f0e0e0;
}
/* CSS Variables */
:root {
--color-1: #a0b1b1;
--color-2: #3c6d6d;
--color-3: #7c9c9c;
--color-4: #b3d6d6;
--color-5: #f0e0e0;
}
Shades of Juniper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0b1b1, #3c6d6d, #7c9c9c, #b3d6d6, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0b1b1, #3c6d6d, #7c9c9c, #b3d6d6, #f0e0e0);
}
Similar color palettes
Shades of Juniper color palette created on .