Rose Gold Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Gold Dream palette
Rose Gold Dream color palette CSS
/* CSS */
.color-1 {
color: #ce3d03;
}
.color-2 {
color: #5b0594;
}
.color-3 {
color: #05628a;
}
.color-4 {
color: #d87803;
}
.color-5 {
color: #cb4e01;
}
/* CSS Variables */
:root {
--color-1: #ce3d03;
--color-2: #5b0594;
--color-3: #05628a;
--color-4: #d87803;
--color-5: #cb4e01;
}
Rose Gold Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce3d03, #5b0594, #05628a, #d87803, #cb4e01);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce3d03, #5b0594, #05628a, #d87803, #cb4e01);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Rose Gold Dream color palette created on .