Purple Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Shades palette

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

Purple Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #7b6c9d;
}
.color-3 {
color: #9a8aa8;
}
.color-4 {
color: #d6b0d8;
}
.color-5 {
color: #e2bbe0;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #7b6c9d;
--color-3: #9a8aa8;
--color-4: #d6b0d8;
--color-5: #e2bbe0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #7b6c9d, #9a8aa8, #d6b0d8, #e2bbe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #7b6c9d, #9a8aa8, #d6b0d8, #e2bbe0);
}

Purple Shades color palette created on .