Whispers of the Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Breeze palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Breeze CSS

/* CSS */
.color-1 {
color: #b9e5e9;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f7bbd5;
}
.color-4 {
color: #f8e61b;
}
.color-5 {
color: #f47f1f;
}

/* CSS Variables */
:root {
--color-1: #b9e5e9;
--color-2: #f3c5a0;
--color-3: #f7bbd5;
--color-4: #f8e61b;
--color-5: #f47f1f;
}

CSS con gradiente di sfondo Whispers of the Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9e5e9, #f3c5a0, #f7bbd5, #f8e61b, #f47f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9e5e9, #f3c5a0, #f7bbd5, #f8e61b, #f47f1f);
}

Whispers of the Breeze color palette created on .