The Purple Man カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Purple Man palette

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

The Purple Man カラー パレット PNG 画像

Download the purple man color palette PNG image (landscape)
Download the purple man color palette PNG image (square)

The Purple Man カラーパレット CSS

/* CSS */
.color-1 {
color: #423064;
}
.color-2 {
color: #6c4e8d;
}
.color-3 {
color: #8b6dab;
}
.color-4 {
color: #9d91c0;
}
.color-5 {
color: #8870a9;
}

/* CSS Variables */
:root {
--color-1: #423064;
--color-2: #6c4e8d;
--color-3: #8b6dab;
--color-4: #9d91c0;
--color-5: #8870a9;
}

The Purple Man の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #423064, #6c4e8d, #8b6dab, #9d91c0, #8870a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #423064, #6c4e8d, #8b6dab, #9d91c0, #8870a9);
}

The Purple Man color palette created on .