Pac-man カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pac-man palette

このパレットを共有する先:

Pac-man カラー パレット PNG 画像

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

Pac-man カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6699;
}
.color-3 {
color: #00ccff;
}
.color-4 {
color: #66ff66;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6699;
--color-3: #00ccff;
--color-4: #66ff66;
--color-5: #ff3366;
}

Pac-man の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6699, #00ccff, #66ff66, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6699, #00ccff, #66ff66, #ff3366);
}

Pac-man color palette created on .