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