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