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