Sweet Blush Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Blush Dream palette

Share this palette to:

Sweet Blush Dream color palette CSS

/* CSS */
.color-1 {
color: #f3d8de;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #e28d9a;
}
.color-4 {
color: #d56d7c;
}
.color-5 {
color: #a95b7f;
}

/* CSS Variables */
:root {
--color-1: #f3d8de;
--color-2: #f1b1b8;
--color-3: #e28d9a;
--color-4: #d56d7c;
--color-5: #a95b7f;
}

Sweet Blush Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8de, #f1b1b8, #e28d9a, #d56d7c, #a95b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8de, #f1b1b8, #e28d9a, #d56d7c, #a95b7f);
}

Sweet Blush Dream color palette created on .