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