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