Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #2b1d3a;
}
.color-2 {
color: #4d2d4e;
}
.color-3 {
color: #7c507c;
}
.color-4 {
color: #b98fbd;
}
.color-5 {
color: #f2b1d2;
}

/* CSS Variables */
:root {
--color-1: #2b1d3a;
--color-2: #4d2d4e;
--color-3: #7c507c;
--color-4: #b98fbd;
--color-5: #f2b1d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b1d3a, #4d2d4e, #7c507c, #b98fbd, #f2b1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b1d3a, #4d2d4e, #7c507c, #b98fbd, #f2b1d2);
}

似たようなカラーパレット

Shades of Purple color palette created on .