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