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