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