Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #b0a4c1;
}
.color-2 {
color: #bda1c9;
}
.color-3 {
color: #d1a7e2;
}
.color-4 {
color: #f1b1d1;
}
.color-5 {
color: #f4a9c5;
}

/* CSS Variables */
:root {
--color-1: #b0a4c1;
--color-2: #bda1c9;
--color-3: #d1a7e2;
--color-4: #f1b1d1;
--color-5: #f4a9c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a4c1, #bda1c9, #d1a7e2, #f1b1d1, #f4a9c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a4c1, #bda1c9, #d1a7e2, #f1b1d1, #f4a9c5);
}

Shades of Purple color palette created on .