Twilight Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Serenade palette
Twilight Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #9e6b8d;
}
.color-3 {
color: #d4a6e8;
}
.color-4 {
color: #f7b1e4;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #9e6b8d;
--color-3: #d4a6e8;
--color-4: #f7b1e4;
--color-5: #f0a800;
}
Twilight Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #9e6b8d, #d4a6e8, #f7b1e4, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #9e6b8d, #d4a6e8, #f7b1e4, #f0a800);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Twilight Serenade color palette created on .