Monster High カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Monster High palette

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

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

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

Monster High カラーパレット CSS

/* CSS */
.color-1 {
color: #4a1e6b;
}
.color-2 {
color: #9b3b8e;
}
.color-3 {
color: #d86e9e;
}
.color-4 {
color: #f4a4b7;
}
.color-5 {
color: #f6d73c;
}

/* CSS Variables */
:root {
--color-1: #4a1e6b;
--color-2: #9b3b8e;
--color-3: #d86e9e;
--color-4: #f4a4b7;
--color-5: #f6d73c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1e6b, #9b3b8e, #d86e9e, #f4a4b7, #f6d73c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1e6b, #9b3b8e, #d86e9e, #f4a4b7, #f6d73c);
}

Monster High color palette created on .