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