Lavender Stars カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lavender Stars palette
Lavender Stars カラーパレット CSS
/* CSS */
.color-1 {
color: #9c7cc0;
}
.color-2 {
color: #896fbe;
}
.color-3 {
color: #6c4ea6;
}
.color-4 {
color: #3b2d7c;
}
.color-5 {
color: #1d1b3c;
}
/* CSS Variables */
:root {
--color-1: #9c7cc0;
--color-2: #896fbe;
--color-3: #6c4ea6;
--color-4: #3b2d7c;
--color-5: #1d1b3c;
}
Lavender Stars の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c7cc0, #896fbe, #6c4ea6, #3b2d7c, #1d1b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c7cc0, #896fbe, #6c4ea6, #3b2d7c, #1d1b3c);
}
似たようなカラーパレット
Lavender Stars color palette created on .