Morax Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Morax palette

Share this palette to:

Morax color palette PNG image

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

Morax color palette CSS

/* CSS */
.color-1 {
color: #a84e3e;
}
.color-2 {
color: #d58848;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #fcea88;
}
.color-5 {
color: #3e9acc;
}

/* CSS Variables */
:root {
--color-1: #a84e3e;
--color-2: #d58848;
--color-3: #f1b74b;
--color-4: #fcea88;
--color-5: #3e9acc;
}

Morax background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84e3e, #d58848, #f1b74b, #fcea88, #3e9acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84e3e, #d58848, #f1b74b, #fcea88, #3e9acc);
}

Morax color palette created on .