Blushing Romance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Romance palette

Condividi questa palette a:

tavolozza dei colori Blushing Romance CSS

/* CSS */
.color-1 {
color: #fee8e1;
}
.color-2 {
color: #fbc4b7;
}
.color-3 {
color: #fbaf93;
}
.color-4 {
color: #f68e74;
}
.color-5 {
color: #eb5c4c;
}

/* CSS Variables */
:root {
--color-1: #fee8e1;
--color-2: #fbc4b7;
--color-3: #fbaf93;
--color-4: #f68e74;
--color-5: #eb5c4c;
}

CSS con gradiente di sfondo Blushing Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee8e1, #fbc4b7, #fbaf93, #f68e74, #eb5c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee8e1, #fbc4b7, #fbaf93, #f68e74, #eb5c4c);
}

Blushing Romance color palette created on .