Monk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Monk palette

Share this palette to:

Monk color palette PNG image

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

Monk color palette CSS

/* CSS */
.color-1 {
color: #e0b85c;
}
.color-2 {
color: #c59f59;
}
.color-3 {
color: #a89a4d;
}
.color-4 {
color: #8f9d3f;
}
.color-5 {
color: #6f9d2a;
}

/* CSS Variables */
:root {
--color-1: #e0b85c;
--color-2: #c59f59;
--color-3: #a89a4d;
--color-4: #8f9d3f;
--color-5: #6f9d2a;
}

Monk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b85c, #c59f59, #a89a4d, #8f9d3f, #6f9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b85c, #c59f59, #a89a4d, #8f9d3f, #6f9d2a);
}

Monk color palette created on .