Blushing Strands Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Strands palette

Condividi questa palette a:

tavolozza dei colori Blushing Strands CSS

/* CSS */
.color-1 {
color: #f5c2c8;
}
.color-2 {
color: #f2a1a6;
}
.color-3 {
color: #e47c8d;
}
.color-4 {
color: #d15c73;
}
.color-5 {
color: #a9326a;
}

/* CSS Variables */
:root {
--color-1: #f5c2c8;
--color-2: #f2a1a6;
--color-3: #e47c8d;
--color-4: #d15c73;
--color-5: #a9326a;
}

CSS con gradiente di sfondo Blushing Strands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c8, #f2a1a6, #e47c8d, #d15c73, #a9326a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c8, #f2a1a6, #e47c8d, #d15c73, #a9326a);
}

Blushing Strands color palette created on .