Whimsical Blush Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Blush Breeze palette

Condividi questa palette a:

tavolozza dei colori Whimsical Blush Breeze CSS

/* CSS */
.color-1 {
color: #f9a9b1;
}
.color-2 {
color: #f3c0b4;
}
.color-3 {
color: #e0d3b8;
}
.color-4 {
color: #b6d8c9;
}
.color-5 {
color: #81c2cf;
}

/* CSS Variables */
:root {
--color-1: #f9a9b1;
--color-2: #f3c0b4;
--color-3: #e0d3b8;
--color-4: #b6d8c9;
--color-5: #81c2cf;
}

CSS con gradiente di sfondo Whimsical Blush Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b1, #f3c0b4, #e0d3b8, #b6d8c9, #81c2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b1, #f3c0b4, #e0d3b8, #b6d8c9, #81c2cf);
}

Whimsical Blush Breeze color palette created on .