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