Blushing Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Romance palette

Share this palette to:

Blushing Romance color palette CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffa09e;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ffccdb;
}
.color-5 {
color: #ffe5e8;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffa09e;
--color-3: #ffb3c1;
--color-4: #ffccdb;
--color-5: #ffe5e8;
}

Blushing Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffa09e, #ffb3c1, #ffccdb, #ffe5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffa09e, #ffb3c1, #ffccdb, #ffe5e8);
}

Blushing Romance color palette created on .