Deep Violet Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Violet Dream palette

Share this palette to:

Deep Violet Dream color palette CSS

/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #253137;
}
.color-3 {
color: #b1bec4;
}
.color-4 {
color: #e3e8e4;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #253137;
--color-3: #b1bec4;
--color-4: #e3e8e4;
--color-5: #ff4281;
}

Deep Violet Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #253137, #b1bec4, #e3e8e4, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #253137, #b1bec4, #e3e8e4, #ff4281);
}

Similar color palettes

Deep Violet Dream color palette created on .