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