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