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