Dreamy Opulence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Opulence palette
Dreamy Opulence color palette CSS
/* CSS */
.color-1 {
color: #8f7071;
}
.color-2 {
color: #c5a7a0;
}
.color-3 {
color: #e6c8b7;
}
.color-4 {
color: #efae8f;
}
.color-5 {
color: #d3646f;
}
/* CSS Variables */
:root {
--color-1: #8f7071;
--color-2: #c5a7a0;
--color-3: #e6c8b7;
--color-4: #efae8f;
--color-5: #d3646f;
}
Dreamy Opulence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7071, #c5a7a0, #e6c8b7, #efae8f, #d3646f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7071, #c5a7a0, #e6c8b7, #efae8f, #d3646f);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Dreamy Opulence color palette created on .