Pink Mystic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Mystic palette
Pink Mystic color palette CSS
/* CSS */
.color-1 {
color: #e7d0d0;
}
.color-2 {
color: #d7a8b7;
}
.color-3 {
color: #c58c8e;
}
.color-4 {
color: #b37b5b;
}
.color-5 {
color: #f2d16e;
}
/* CSS Variables */
:root {
--color-1: #e7d0d0;
--color-2: #d7a8b7;
--color-3: #c58c8e;
--color-4: #b37b5b;
--color-5: #f2d16e;
}
Pink Mystic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d0d0, #d7a8b7, #c58c8e, #b37b5b, #f2d16e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d0d0, #d7a8b7, #c58c8e, #b37b5b, #f2d16e);
}
Similar color palettes
Pink Mystic color palette created on .