Mr. Masks Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mr. Masks palette
Mr. Masks color palette CSS
/* CSS */
.color-1 {
color: #2d2f4d;
}
.color-2 {
color: #506b91;
}
.color-3 {
color: #7aa7b3;
}
.color-4 {
color: #efc762;
}
.color-5 {
color: #eb785c;
}
/* CSS Variables */
:root {
--color-1: #2d2f4d;
--color-2: #506b91;
--color-3: #7aa7b3;
--color-4: #efc762;
--color-5: #eb785c;
}
Mr. Masks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2f4d, #506b91, #7aa7b3, #efc762, #eb785c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2f4d, #506b91, #7aa7b3, #efc762, #eb785c);
}
Similar color palettes
Mr. Masks color palette created on .