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