Monster Energy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Monster Energy palette

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

Monster Energy カラー パレット PNG 画像

Download monster energy color palette PNG image (landscape)
Download monster energy color palette PNG image (square)

Monster Energy カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #6e6e6e;
}
.color-4 {
color: #a7c639;
}
.color-5 {
color: #d6e77e;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #3b3b3b;
--color-3: #6e6e6e;
--color-4: #a7c639;
--color-5: #d6e77e;
}

Monster Energy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #3b3b3b, #6e6e6e, #a7c639, #d6e77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #3b3b3b, #6e6e6e, #a7c639, #d6e77e);
}

Monster Energy color palette created on .