Mystic Asylum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Asylum palette
Mystic Asylum color palette CSS
/* CSS */
.color-1 {
color: #3b2c3f;
}
.color-2 {
color: #4e4b63;
}
.color-3 {
color: #717f94;
}
.color-4 {
color: #cab8a0;
}
.color-5 {
color: #e2b39d;
}
/* CSS Variables */
:root {
--color-1: #3b2c3f;
--color-2: #4e4b63;
--color-3: #717f94;
--color-4: #cab8a0;
--color-5: #e2b39d;
}
Mystic Asylum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2c3f, #4e4b63, #717f94, #cab8a0, #e2b39d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2c3f, #4e4b63, #717f94, #cab8a0, #e2b39d);
}
Similar color palettes
Mystic Asylum color palette created on .