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