Pink Mason Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Mason palette
Pink Mason color palette CSS
/* CSS */
.color-1 {
color: #8e3e6e;
}
.color-2 {
color: #c99f9c;
}
.color-3 {
color: #f5c5a3;
}
.color-4 {
color: #f7e0a6;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #8e3e6e;
--color-2: #c99f9c;
--color-3: #f5c5a3;
--color-4: #f7e0a6;
--color-5: #f1c84b;
}
Pink Mason background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e3e6e, #c99f9c, #f5c5a3, #f7e0a6, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e3e6e, #c99f9c, #f5c5a3, #f7e0a6, #f1c84b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Mason color palette created on .