Purple Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Shades palette

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

Purple Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a361ff;
}
.color-2 {
color: #a66bff;
}
.color-3 {
color: #b78aff;
}
.color-4 {
color: #d5a8ff;
}
.color-5 {
color: #dfc2ff;
}

/* CSS Variables */
:root {
--color-1: #a361ff;
--color-2: #a66bff;
--color-3: #b78aff;
--color-4: #d5a8ff;
--color-5: #dfc2ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a361ff, #a66bff, #b78aff, #d5a8ff, #dfc2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a361ff, #a66bff, #b78aff, #d5a8ff, #dfc2ff);
}

Purple Shades color palette created on .