Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #3f3c6d;
}
.color-2 {
color: #5f5a8c;
}
.color-3 {
color: #8e88af;
}
.color-4 {
color: #c4a6d8;
}
.color-5 {
color: #e4b4c3;
}

/* CSS Variables */
:root {
--color-1: #3f3c6d;
--color-2: #5f5a8c;
--color-3: #8e88af;
--color-4: #c4a6d8;
--color-5: #e4b4c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f3c6d, #5f5a8c, #8e88af, #c4a6d8, #e4b4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f3c6d, #5f5a8c, #8e88af, #c4a6d8, #e4b4c3);
}

Shades of Purple color palette created on .