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