Mohe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mohe palette

Share this palette to:

Mohe color palette PNG image

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

Mohe color palette CSS

/* CSS */
.color-1 {
color: #f3b4c9;
}
.color-2 {
color: #f07a8c;
}
.color-3 {
color: #d64c6a;
}
.color-4 {
color: #b83d58;
}
.color-5 {
color: #6a253a;
}

/* CSS Variables */
:root {
--color-1: #f3b4c9;
--color-2: #f07a8c;
--color-3: #d64c6a;
--color-4: #b83d58;
--color-5: #6a253a;
}

Mohe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c9, #f07a8c, #d64c6a, #b83d58, #6a253a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c9, #f07a8c, #d64c6a, #b83d58, #6a253a);
}

Mohe color palette created on .