Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #5a3e79;
}
.color-2 {
color: #995b9a;
}
.color-3 {
color: #bfa7d3;
}
.color-4 {
color: #f1c6e8;
}
.color-5 {
color: #f87c7c;
}

/* CSS Variables */
:root {
--color-1: #5a3e79;
--color-2: #995b9a;
--color-3: #bfa7d3;
--color-4: #f1c6e8;
--color-5: #f87c7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e79, #995b9a, #bfa7d3, #f1c6e8, #f87c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e79, #995b9a, #bfa7d3, #f1c6e8, #f87c7c);
}

Shades of Purple color palette created on .