Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

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

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #8c6aaf;
}
.color-3 {
color: #b39bc5;
}
.color-4 {
color: #e1c5e7;
}
.color-5 {
color: #f2dff6;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #8c6aaf;
--color-3: #b39bc5;
--color-4: #e1c5e7;
--color-5: #f2dff6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #8c6aaf, #b39bc5, #e1c5e7, #f2dff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #8c6aaf, #b39bc5, #e1c5e7, #f2dff6);
}

Shades of Purple color palette created on .