Blue Morphius Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Morphius palette

Share this palette to:

Blue Morphius color palette CSS

/* CSS */
.color-1 {
color: #7a9cff;
}
.color-2 {
color: #4d8bff;
}
.color-3 {
color: #2a6bc0;
}
.color-4 {
color: #f3d458;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #7a9cff;
--color-2: #4d8bff;
--color-3: #2a6bc0;
--color-4: #f3d458;
--color-5: #f6b83c;
}

Blue Morphius background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9cff, #4d8bff, #2a6bc0, #f3d458, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9cff, #4d8bff, #2a6bc0, #f3d458, #f6b83c);
}

Blue Morphius color palette created on .