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