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