Midnight Obsidian カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Obsidian palette

このパレットを共有する先:

Midnight Obsidian カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3f3f50;
}
.color-3 {
color: #61616b;
}
.color-4 {
color: #85858e;
}
.color-5 {
color: #a5a5b1;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3f3f50;
--color-3: #61616b;
--color-4: #85858e;
--color-5: #a5a5b1;
}

Midnight Obsidian の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3f3f50, #61616b, #85858e, #a5a5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3f3f50, #61616b, #85858e, #a5a5b1);
}

Midnight Obsidian color palette created on .