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