Lilac Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lilac Dream palette
Lilac Dream カラー パレット PNG 画像
Lilac Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #d9b9e4;
}
.color-2 {
color: #a66cc1;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #c7b1e2;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #d9b9e4;
--color-2: #a66cc1;
--color-3: #6a4e8d;
--color-4: #c7b1e2;
--color-5: #eab8e4;
}
Lilac Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b9e4, #a66cc1, #6a4e8d, #c7b1e2, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b9e4, #a66cc1, #6a4e8d, #c7b1e2, #eab8e4);
}
似たようなカラーパレット
Lilac Dream color palette created on .