Moonwood Mystique Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonwood Mystique palette
Moonwood Mystique color palette PNG image
Moonwood Mystique color palette CSS
/* CSS */
.color-1 {
color: #8c7c4a;
}
.color-2 {
color: #b6a45d;
}
.color-3 {
color: #e1c07a;
}
.color-4 {
color: #f2e8b5;
}
.color-5 {
color: #d4c6b9;
}
/* CSS Variables */
:root {
--color-1: #8c7c4a;
--color-2: #b6a45d;
--color-3: #e1c07a;
--color-4: #f2e8b5;
--color-5: #d4c6b9;
}
Moonwood Mystique background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c4a, #b6a45d, #e1c07a, #f2e8b5, #d4c6b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c4a, #b6a45d, #e1c07a, #f2e8b5, #d4c6b9);
}
Similar color palettes
Moonwood Mystique color palette created on .