Violet Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Violet Dreamscape palette

Share this palette to:

Violet Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #7b3c8b;
}
.color-2 {
color: #a25d9e;
}
.color-3 {
color: #c49cb7;
}
.color-4 {
color: #e2b1d7;
}
.color-5 {
color: #f6dff0;
}

/* CSS Variables */
:root {
--color-1: #7b3c8b;
--color-2: #a25d9e;
--color-3: #c49cb7;
--color-4: #e2b1d7;
--color-5: #f6dff0;
}

Violet Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b3c8b, #a25d9e, #c49cb7, #e2b1d7, #f6dff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b3c8b, #a25d9e, #c49cb7, #e2b1d7, #f6dff0);
}

Violet Dreamscape color palette created on .