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