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: #4b9b8a;
}
.color-2 {
color: #6dc5a0;
}
.color-3 {
color: #94e6af;
}
.color-4 {
color: #d4f7e0;
}
.color-5 {
color: #f1f5f0;
}

/* CSS Variables */
:root {
--color-1: #4b9b8a;
--color-2: #6dc5a0;
--color-3: #94e6af;
--color-4: #d4f7e0;
--color-5: #f1f5f0;
}

CSS con gradiente di sfondo Juniper Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b8a, #6dc5a0, #94e6af, #d4f7e0, #f1f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b8a, #6dc5a0, #94e6af, #d4f7e0, #f1f5f0);
}

Juniper Breeze color palette created on .