Jack 'O' Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jack 'O' Moon palette

Share this palette to:

Jack 'O' Moon color palette CSS

/* CSS */
.color-1 {
color: #f3b14f;
}
.color-2 {
color: #e9a84e;
}
.color-3 {
color: #c86d46;
}
.color-4 {
color: #5a3a3a;
}
.color-5 {
color: #c0c5d8;
}

/* CSS Variables */
:root {
--color-1: #f3b14f;
--color-2: #e9a84e;
--color-3: #c86d46;
--color-4: #5a3a3a;
--color-5: #c0c5d8;
}

Jack 'O' Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b14f, #e9a84e, #c86d46, #5a3a3a, #c0c5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b14f, #e9a84e, #c86d46, #5a3a3a, #c0c5d8);
}

Jack 'O' Moon color palette created on .