Metallic Blush Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metallic Blush Dream palette

Share this palette to:

Metallic Blush Dream color palette CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff99a1;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffb3c1;
--color-3: #ff99a1;
--color-4: #ff4d4f;
--color-5: #bfbfbf;
}

Metallic Blush Dream background gradient CSS

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

Metallic Blush Dream color palette created on .