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