Shades of Lavender カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Lavender palette
Shades of Lavender カラーパレット CSS
/* CSS */
.color-1 {
color: #d4c8e0;
}
.color-2 {
color: #b9a3d2;
}
.color-3 {
color: #a66abe;
}
.color-4 {
color: #5d3e8e;
}
.color-5 {
color: #3c2b6e;
}
/* CSS Variables */
:root {
--color-1: #d4c8e0;
--color-2: #b9a3d2;
--color-3: #a66abe;
--color-4: #5d3e8e;
--color-5: #3c2b6e;
}
Shades of Lavender の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c8e0, #b9a3d2, #a66abe, #5d3e8e, #3c2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c8e0, #b9a3d2, #a66abe, #5d3e8e, #3c2b6e);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Shades of Lavender color palette created on .