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