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: #ff6e61;
}
.color-2 {
color: #ff997a;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #fcd4c0;
}
.color-5 {
color: #fff4e5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff997a;
--color-3: #ffb19e;
--color-4: #fcd4c0;
--color-5: #fff4e5;
}

CSS con gradiente di sfondo Blushing Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff997a, #ffb19e, #fcd4c0, #fff4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff997a, #ffb19e, #fcd4c0, #fff4e5);
}

Blushing Romance color palette created on .