Blue Mystery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Mystery palette

Share this palette to:

Blue Mystery color palette CSS

/* CSS */
.color-1 {
color: #2d395c;
}
.color-2 {
color: #4b5c8b;
}
.color-3 {
color: #6a7ba0;
}
.color-4 {
color: #8cabf2;
}
.color-5 {
color: #f2e1a1;
}

/* CSS Variables */
:root {
--color-1: #2d395c;
--color-2: #4b5c8b;
--color-3: #6a7ba0;
--color-4: #8cabf2;
--color-5: #f2e1a1;
}

Blue Mystery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d395c, #4b5c8b, #6a7ba0, #8cabf2, #f2e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d395c, #4b5c8b, #6a7ba0, #8cabf2, #f2e1a1);
}

Blue Mystery color palette created on .