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