Juniper Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Juniper Breeze palette

Share this palette to:

Juniper Breeze color palette CSS

/* CSS */
.color-1 {
color: #4b817e;
}
.color-2 {
color: #69b5a1;
}
.color-3 {
color: #91d9b3;
}
.color-4 {
color: #d3e4d3;
}
.color-5 {
color: #f0f9f8;
}

/* CSS Variables */
:root {
--color-1: #4b817e;
--color-2: #69b5a1;
--color-3: #91d9b3;
--color-4: #d3e4d3;
--color-5: #f0f9f8;
}

Juniper Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b817e, #69b5a1, #91d9b3, #d3e4d3, #f0f9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b817e, #69b5a1, #91d9b3, #d3e4d3, #f0f9f8);
}

Juniper Breeze color palette created on .