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