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