Blue Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Purple Dream palette

Share this palette to:

Blue Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5a6faf;
}
.color-3 {
color: #7e8fec;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #c49cd3;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5a6faf;
--color-3: #7e8fec;
--color-4: #9b58b6;
--color-5: #c49cd3;
}

Blue Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5a6faf, #7e8fec, #9b58b6, #c49cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5a6faf, #7e8fec, #9b58b6, #c49cd3);
}

Blue Purple Dream color palette created on .