Monster カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Monster palette

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

Monster カラーパレット (PNG) をダウンロード

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

Monster カラーパレット CSS

/* CSS */
.color-1 {
color: #5c3f9d;
}
.color-2 {
color: #a35c9a;
}
.color-3 {
color: #d89c6e;
}
.color-4 {
color: #e9ca4e;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #5c3f9d;
--color-2: #a35c9a;
--color-3: #d89c6e;
--color-4: #e9ca4e;
--color-5: #c94e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f9d, #a35c9a, #d89c6e, #e9ca4e, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f9d, #a35c9a, #d89c6e, #e9ca4e, #c94e3b);
}

Monster color palette created on .