Lavender Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lavender Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Lavender Shades カラーパレット (PNG) をダウンロード
Lavender Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #e2cce5;
}
.color-2 {
color: #d2b0d4;
}
.color-3 {
color: #cd9dc4;
}
.color-4 {
color: #c68bb7;
}
.color-5 {
color: #b276a6;
}
/* CSS Variables */
:root {
--color-1: #e2cce5;
--color-2: #d2b0d4;
--color-3: #cd9dc4;
--color-4: #c68bb7;
--color-5: #b276a6;
}
Lavender Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cce5, #d2b0d4, #cd9dc4, #c68bb7, #b276a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cce5, #d2b0d4, #cd9dc4, #c68bb7, #b276a6);
}
似たようなカラーパレット
Lavender Shades color palette created on .