Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a5e4;
}
.color-2 {
color: #c586d5;
}
.color-3 {
color: #a34bb9;
}
.color-4 {
color: #802c90;
}
.color-5 {
color: #4b006b;
}

/* CSS Variables */
:root {
--color-1: #d6a5e4;
--color-2: #c586d5;
--color-3: #a34bb9;
--color-4: #802c90;
--color-5: #4b006b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a5e4, #c586d5, #a34bb9, #802c90, #4b006b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a5e4, #c586d5, #a34bb9, #802c90, #4b006b);
}

Shades of Purple color palette created on .