Dusty Rose Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusty Rose Gold palette
Dusty Rose Gold color palette CSS
/* CSS */
.color-1 {
color: #e2a869;
}
.color-2 {
color: #c2794c;
}
.color-3 {
color: #a64e76;
}
.color-4 {
color: #d78e9e;
}
.color-5 {
color: #f2d0a1;
}
/* CSS Variables */
:root {
--color-1: #e2a869;
--color-2: #c2794c;
--color-3: #a64e76;
--color-4: #d78e9e;
--color-5: #f2d0a1;
}
Dusty Rose Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a869, #c2794c, #a64e76, #d78e9e, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a869, #c2794c, #a64e76, #d78e9e, #f2d0a1);
}
Similar color palettes
Dusty Rose Gold color palette created on .