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