Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #e3d9ed;
}
.color-2 {
color: #d4c2e0;
}
.color-3 {
color: #bfa8d1;
}
.color-4 {
color: #8c7a9f;
}
.color-5 {
color: #5a4b7c;
}

/* CSS Variables */
:root {
--color-1: #e3d9ed;
--color-2: #d4c2e0;
--color-3: #bfa8d1;
--color-4: #8c7a9f;
--color-5: #5a4b7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9ed, #d4c2e0, #bfa8d1, #8c7a9f, #5a4b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9ed, #d4c2e0, #bfa8d1, #8c7a9f, #5a4b7c);
}

Shades of Purple color palette created on .