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