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