Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #5a2c6d;
}
.color-2 {
color: #995c7a;
}
.color-3 {
color: #e4a55e;
}
.color-4 {
color: #f8c191;
}
.color-5 {
color: #c3493c;
}

/* CSS Variables */
:root {
--color-1: #5a2c6d;
--color-2: #995c7a;
--color-3: #e4a55e;
--color-4: #f8c191;
--color-5: #c3493c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2c6d, #995c7a, #e4a55e, #f8c191, #c3493c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2c6d, #995c7a, #e4a55e, #f8c191, #c3493c);
}

Shades of Purple color palette created on .