Ms Pac-Man Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ms Pac-Man palette

Share this palette to:

Ms Pac-Man color palette PNG image

Download ms pac-man color palette PNG image (landscape)
Download ms pac-man color palette PNG image (square)

Ms Pac-Man color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9a64e;
}
.color-3 {
color: #f97c53;
}
.color-4 {
color: #f95d7c;
}
.color-5 {
color: #f94e9e;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9a64e;
--color-3: #f97c53;
--color-4: #f95d7c;
--color-5: #f94e9e;
}

Ms Pac-Man background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9a64e, #f97c53, #f95d7c, #f94e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9a64e, #f97c53, #f95d7c, #f94e9e);
}

Ms Pac-Man color palette created on .