Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #bfa1d3;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #7c5b8b;
}
.color-4 {
color: #4c3d6c;
}
.color-5 {
color: #d38d9b;
}

/* CSS Variables */
:root {
--color-1: #bfa1d3;
--color-2: #a77ccb;
--color-3: #7c5b8b;
--color-4: #4c3d6c;
--color-5: #d38d9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa1d3, #a77ccb, #7c5b8b, #4c3d6c, #d38d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa1d3, #a77ccb, #7c5b8b, #4c3d6c, #d38d9b);
}

Shades of Purple color palette created on .