Mystic Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Pink palette
Mystic Pink color palette CSS
/* CSS */
.color-1 {
color: #5b3e4e;
}
.color-2 {
color: #8b5b7e;
}
.color-3 {
color: #cfa0af;
}
.color-4 {
color: #f2c5c5;
}
.color-5 {
color: #ffb5b3;
}
/* CSS Variables */
:root {
--color-1: #5b3e4e;
--color-2: #8b5b7e;
--color-3: #cfa0af;
--color-4: #f2c5c5;
--color-5: #ffb5b3;
}
Mystic Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Mystic Pink color palette created on .