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