Dark Purple Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple Dreams palette
Dark Purple Dreams color palette PNG image
Dark Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #3f1b79;
}
.color-2 {
color: #704d99;
}
.color-3 {
color: #9a7ab3;
}
.color-4 {
color: #c39fd6;
}
.color-5 {
color: #e2c5e1;
}
/* CSS Variables */
:root {
--color-1: #3f1b79;
--color-2: #704d99;
--color-3: #9a7ab3;
--color-4: #c39fd6;
--color-5: #e2c5e1;
}
Dark Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1b79, #704d99, #9a7ab3, #c39fd6, #e2c5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1b79, #704d99, #9a7ab3, #c39fd6, #e2c5e1);
}
Similar color palettes
Dark Purple Dreams color palette created on .