Mauve Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mauve Dreams palette
Mauve Dreams color palette CSS
/* CSS */
.color-1 {
color: #d7b2c4;
}
.color-2 {
color: #c59bb0;
}
.color-3 {
color: #a9708f;
}
.color-4 {
color: #8f4d7e;
}
.color-5 {
color: #6e2b59;
}
/* CSS Variables */
:root {
--color-1: #d7b2c4;
--color-2: #c59bb0;
--color-3: #a9708f;
--color-4: #8f4d7e;
--color-5: #6e2b59;
}
Mauve Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b2c4, #c59bb0, #a9708f, #8f4d7e, #6e2b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b2c4, #c59bb0, #a9708f, #8f4d7e, #6e2b59);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Mauve Dreams color palette created on .