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