Vintage Blush Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Blush Harmony palette

Share this palette to:

Vintage Blush Harmony color palette CSS

/* CSS */
.color-1 {
color: #d49a8c;
}
.color-2 {
color: #e5b39f;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #f1d4b1;
}
.color-5 {
color: #eac6b3;
}

/* CSS Variables */
:root {
--color-1: #d49a8c;
--color-2: #e5b39f;
--color-3: #f6c5b1;
--color-4: #f1d4b1;
--color-5: #eac6b3;
}

Vintage Blush Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d49a8c, #e5b39f, #f6c5b1, #f1d4b1, #eac6b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d49a8c, #e5b39f, #f6c5b1, #f1d4b1, #eac6b3);
}

Vintage Blush Harmony color palette created on .