Blush of Venus Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush of Venus palette

Condividi questa palette a:

tavolozza dei colori Blush of Venus CSS

/* CSS */
.color-1 {
color: #f8bfbf;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f49a9c;
}
.color-4 {
color: #f18e88;
}
.color-5 {
color: #f57c7a;
}

/* CSS Variables */
:root {
--color-1: #f8bfbf;
--color-2: #f7b1a1;
--color-3: #f49a9c;
--color-4: #f18e88;
--color-5: #f57c7a;
}

CSS con gradiente di sfondo Blush of Venus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}

Blush of Venus color palette created on .