Pink and Gold Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Gold Harmony palette

Share this palette to:

Pink and Gold Harmony color palette CSS

/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e09c6c;
}
.color-4 {
color: #d69b6b;
}
.color-5 {
color: #8c5c4a;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f1a7b6;
--color-3: #e09c6c;
--color-4: #d69b6b;
--color-5: #8c5c4a;
}

Pink and Gold Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}

Pink and Gold Harmony color palette created on .