Juniper Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Juniper Breeze palette

Condividi questa palette a:

tavolozza dei colori Juniper Breeze 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;
}

CSS con gradiente di sfondo Juniper Breeze

/* 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 .