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