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