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