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