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