Menace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Menace palette

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

Menace カラー パレット PNG 画像

Download menace color palette PNG image (landscape)
Download menace color palette PNG image (square)

Menace カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #5d4c9a;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #5d4c9a;
--color-3: #a65e9e;
--color-4: #f0a800;
--color-5: #e63746;
}

Menace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #5d4c9a, #a65e9e, #f0a800, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #5d4c9a, #a65e9e, #f0a800, #e63746);
}

Menace color palette created on .