Shades of Amethyst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Amethyst palette

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

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

Download shades of amethyst color palette PNG image (landscape)
Download shades of amethyst color palette PNG image (square)

Shades of Amethyst カラーパレット CSS

/* CSS */
.color-1 {
color: #412c6d;
}
.color-2 {
color: #5e3c86;
}
.color-3 {
color: #804997;
}
.color-4 {
color: #8a58a7;
}
.color-5 {
color: #99679e;
}

/* CSS Variables */
:root {
--color-1: #412c6d;
--color-2: #5e3c86;
--color-3: #804997;
--color-4: #8a58a7;
--color-5: #99679e;
}

Shades of Amethyst の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #412c6d, #5e3c86, #804997, #8a58a7, #99679e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #412c6d, #5e3c86, #804997, #8a58a7, #99679e);
}

Shades of Amethyst color palette created on .