Rose Gold Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Gold Elegance palette

Share this palette to:

Rose Gold Elegance color palette PNG image

Download rose gold elegance color palette PNG image (landscape)
Download rose gold elegance color palette PNG image (square)

Rose Gold Elegance color palette CSS

/* CSS */
.color-1 {
color: #d19a89;
}
.color-2 {
color: #e5b19e;
}
.color-3 {
color: #f1c7b6;
}
.color-4 {
color: #f7d3ca;
}
.color-5 {
color: #f7e4e6;
}

/* CSS Variables */
:root {
--color-1: #d19a89;
--color-2: #e5b19e;
--color-3: #f1c7b6;
--color-4: #f7d3ca;
--color-5: #f7e4e6;
}

Rose Gold Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a89, #e5b19e, #f1c7b6, #f7d3ca, #f7e4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a89, #e5b19e, #f1c7b6, #f7d3ca, #f7e4e6);
}

Rose Gold Elegance color palette created on .