Purple Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Shades palette
Purple Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #a760e2;
}
.color-2 {
color: #c66fd8;
}
.color-3 {
color: #e58fd9;
}
.color-4 {
color: #f1a2c7;
}
.color-5 {
color: #f6c6e4;
}
/* CSS Variables */
:root {
--color-1: #a760e2;
--color-2: #c66fd8;
--color-3: #e58fd9;
--color-4: #f1a2c7;
--color-5: #f6c6e4;
}
Purple Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a760e2, #c66fd8, #e58fd9, #f1a2c7, #f6c6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a760e2, #c66fd8, #e58fd9, #f1a2c7, #f6c6e4);
}
似たようなカラーパレット
Purple Shades color palette created on .