Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c7e1;
}
.color-2 {
color: #a88bc1;
}
.color-3 {
color: #d58b90;
}
.color-4 {
color: #f4b79f;
}
.color-5 {
color: #f6e6c1;
}

/* CSS Variables */
:root {
--color-1: #d1c7e1;
--color-2: #a88bc1;
--color-3: #d58b90;
--color-4: #f4b79f;
--color-5: #f6e6c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7e1, #a88bc1, #d58b90, #f4b79f, #f6e6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7e1, #a88bc1, #d58b90, #f4b79f, #f6e6c1);
}

Shades of Purple color palette created on .