Mandrake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mandrake palette
Mandrake color palette PNG image
Mandrake color palette CSS
/* CSS */
.color-1 {
color: #6d2c90;
}
.color-2 {
color: #8d43ad;
}
.color-3 {
color: #c97d36;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #6d2c90;
--color-2: #8d43ad;
--color-3: #c97d36;
--color-4: #f39c12;
--color-5: #d15400;
}
Mandrake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c90, #8d43ad, #c97d36, #f39c12, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c90, #8d43ad, #c97d36, #f39c12, #d15400);
}
Similar color palettes
Mandrake color palette created on .