Morpheus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Morpheus palette

Share this palette to:

Morpheus color palette PNG image

Download morpheus color palette PNG image (landscape)
Download morpheus color palette PNG image (square)

Morpheus color palette CSS

/* CSS */
.color-1 {
color: #1f1f6b;
}
.color-2 {
color: #5b4f8c;
}
.color-3 {
color: #8e6b8e;
}
.color-4 {
color: #b88f51;
}
.color-5 {
color: #e3b04a;
}

/* CSS Variables */
:root {
--color-1: #1f1f6b;
--color-2: #5b4f8c;
--color-3: #8e6b8e;
--color-4: #b88f51;
--color-5: #e3b04a;
}

Morpheus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f6b, #5b4f8c, #8e6b8e, #b88f51, #e3b04a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f6b, #5b4f8c, #8e6b8e, #b88f51, #e3b04a);
}

Morpheus color palette created on .