Masquerade Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Masquerade Whimsy palette
Masquerade Whimsy color palette CSS
/* CSS */
.color-1 {
color: #b51c3b;
}
.color-2 {
color: #f7c8a6;
}
.color-3 {
color: #f9e9b4;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4e8d5c;
}
/* CSS Variables */
:root {
--color-1: #b51c3b;
--color-2: #f7c8a6;
--color-3: #f9e9b4;
--color-4: #a3d55d;
--color-5: #4e8d5c;
}
Masquerade Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b51c3b, #f7c8a6, #f9e9b4, #a3d55d, #4e8d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b51c3b, #f7c8a6, #f9e9b4, #a3d55d, #4e8d5c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Masquerade Whimsy color palette created on .