Shades of Lilac カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Lilac palette
Shades of Lilac カラーパレット (PNG) をダウンロード
Shades of Lilac カラーパレット CSS
/* CSS */
.color-1 {
color: #4a3c80;
}
.color-2 {
color: #6d5c99;
}
.color-3 {
color: #a67cc0;
}
.color-4 {
color: #d1a4e5;
}
.color-5 {
color: #f5d6ff;
}
/* CSS Variables */
:root {
--color-1: #4a3c80;
--color-2: #6d5c99;
--color-3: #a67cc0;
--color-4: #d1a4e5;
--color-5: #f5d6ff;
}
Shades of Lilac の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c80, #6d5c99, #a67cc0, #d1a4e5, #f5d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c80, #6d5c99, #a67cc0, #d1a4e5, #f5d6ff);
}
似たようなカラーパレット
Shades of Lilac color palette created on .