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