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