Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #a200ff;
}
.color-2 {
color: #3c00ff;
}
.color-3 {
color: #707cff;
}
.color-4 {
color: #b98aff;
}
.color-5 {
color: #f2b8ff;
}

/* CSS Variables */
:root {
--color-1: #a200ff;
--color-2: #3c00ff;
--color-3: #707cff;
--color-4: #b98aff;
--color-5: #f2b8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a200ff, #3c00ff, #707cff, #b98aff, #f2b8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a200ff, #3c00ff, #707cff, #b98aff, #f2b8ff);
}

Shades of Purple color palette created on .