Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a3e98;
}
.color-3 {
color: #715db1;
}
.color-4 {
color: #9b76d5;
}
.color-5 {
color: #c7a4e0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a3e98;
--color-3: #715db1;
--color-4: #9b76d5;
--color-5: #c7a4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a3e98, #715db1, #9b76d5, #c7a4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a3e98, #715db1, #9b76d5, #c7a4e0);
}

Shades of Purple color palette created on .