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