Blue Purple Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Purple Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Purple Dream Color Palette (PNG)
Blue Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #060047;
}
.color-2 {
color: #090070;
}
.color-3 {
color: #15008f;
}
.color-4 {
color: #0025e0;
}
.color-5 {
color: #9c00cc;
}
/* CSS Variables */
:root {
--color-1: #060047;
--color-2: #090070;
--color-3: #15008f;
--color-4: #0025e0;
--color-5: #9c00cc;
}
Blue Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060047, #090070, #15008f, #0025e0, #9c00cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060047, #090070, #15008f, #0025e0, #9c00cc);
}
Similar color palettes
Blue Purple Dream color palette created on .