Purple and Red Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple and Red Dreams palette
Purple and Red Dreams color palette CSS
/* CSS */
.color-1 {
color: #7d2c4f;
}
.color-2 {
color: #a44c6e;
}
.color-3 {
color: #d69a9c;
}
.color-4 {
color: #f2c8b5;
}
.color-5 {
color: #f9e1e7;
}
/* CSS Variables */
:root {
--color-1: #7d2c4f;
--color-2: #a44c6e;
--color-3: #d69a9c;
--color-4: #f2c8b5;
--color-5: #f9e1e7;
}
Purple and Red Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2c4f, #a44c6e, #d69a9c, #f2c8b5, #f9e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2c4f, #a44c6e, #d69a9c, #f2c8b5, #f9e1e7);
}
Similar color palettes
Purple and Red Dreams color palette created on .