Blush Wedding Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush Wedding palette

Condividi questa palette a:

tavolozza dei colori Blush Wedding CSS

/* CSS */
.color-1 {
color: #f9d8c3;
}
.color-2 {
color: #f2b9a1;
}
.color-3 {
color: #f29a7d;
}
.color-4 {
color: #e86969;
}
.color-5 {
color: #d45e70;
}

/* CSS Variables */
:root {
--color-1: #f9d8c3;
--color-2: #f2b9a1;
--color-3: #f29a7d;
--color-4: #e86969;
--color-5: #d45e70;
}

CSS con gradiente di sfondo Blush Wedding

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d8c3, #f2b9a1, #f29a7d, #e86969, #d45e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d8c3, #f2b9a1, #f29a7d, #e86969, #d45e70);
}

Blush Wedding color palette created on .