Soft Lilac Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Lilac Dream palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Soft Lilac Dream カラーパレット (PNG) をダウンロード
Soft Lilac Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #e9d7ea;
}
.color-2 {
color: #d1c2e0;
}
.color-3 {
color: #b49fd0;
}
.color-4 {
color: #a67bb7;
}
.color-5 {
color: #9c5c9d;
}
/* CSS Variables */
:root {
--color-1: #e9d7ea;
--color-2: #d1c2e0;
--color-3: #b49fd0;
--color-4: #a67bb7;
--color-5: #9c5c9d;
}
Soft Lilac Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d7ea, #d1c2e0, #b49fd0, #a67bb7, #9c5c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d7ea, #d1c2e0, #b49fd0, #a67bb7, #9c5c9d);
}
似たようなカラーパレット
Soft Lilac Dream color palette created on .