Blushing Roses Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Roses palette

Condividi questa palette a:

tavolozza dei colori Blushing Roses CSS

/* CSS */
.color-1 {
color: #fdd9c9;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f48a8a;
}
.color-4 {
color: #ef6b61;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #fdd9c9;
--color-2: #f7b2a1;
--color-3: #f48a8a;
--color-4: #ef6b61;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Blushing Roses

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd9c9, #f7b2a1, #f48a8a, #ef6b61, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd9c9, #f7b2a1, #f48a8a, #ef6b61, #e74d3c);
}

Blushing Roses color palette created on .