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