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