Maleficent カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maleficent palette

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

Maleficent カラー パレット PNG 画像

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

Maleficent カラーパレット CSS

/* CSS */
.color-1 {
color: #3c1f6b;
}
.color-2 {
color: #6b508b;
}
.color-3 {
color: #b93c7f;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f9e39a;
}

/* CSS Variables */
:root {
--color-1: #3c1f6b;
--color-2: #6b508b;
--color-3: #b93c7f;
--color-4: #f5a524;
--color-5: #f9e39a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1f6b, #6b508b, #b93c7f, #f5a524, #f9e39a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1f6b, #6b508b, #b93c7f, #f5a524, #f9e39a);
}

Maleficent color palette created on .