Smoky Rose Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Smoky Rose Gold palette

Share this palette to:

Smoky Rose Gold color palette CSS

/* CSS */
.color-1 {
color: #d3a1b4;
}
.color-2 {
color: #c69fb6;
}
.color-3 {
color: #9db4c8;
}
.color-4 {
color: #5b9eb9;
}
.color-5 {
color: #3f7c92;
}

/* CSS Variables */
:root {
--color-1: #d3a1b4;
--color-2: #c69fb6;
--color-3: #9db4c8;
--color-4: #5b9eb9;
--color-5: #3f7c92;
}

Smoky Rose Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a1b4, #c69fb6, #9db4c8, #5b9eb9, #3f7c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a1b4, #c69fb6, #9db4c8, #5b9eb9, #3f7c92);
}

Smoky Rose Gold color palette created on .