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