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: #4a6a6d;
}
.color-2 {
color: #6f9f90;
}
.color-3 {
color: #9fc6b2;
}
.color-4 {
color: #d1e1db;
}
.color-5 {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--color-1: #4a6a6d;
--color-2: #6f9f90;
--color-3: #9fc6b2;
--color-4: #d1e1db;
--color-5: #f1f8f6;
}
Shades of Juniper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6a6d, #6f9f90, #9fc6b2, #d1e1db, #f1f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6a6d, #6f9f90, #9fc6b2, #d1e1db, #f1f8f6);
}
Similar color palettes
Shades of Juniper color palette created on .