Dark Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Gray palette

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

Dark Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e1f;
}
.color-2 {
color: #4b4c4e;
}
.color-3 {
color: #8d8e91;
}
.color-4 {
color: #c2b180;
}
.color-5 {
color: #e8a445;
}

/* CSS Variables */
:root {
--color-1: #1e1e1f;
--color-2: #4b4c4e;
--color-3: #8d8e91;
--color-4: #c2b180;
--color-5: #e8a445;
}

Dark Gray の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e1f, #4b4c4e, #8d8e91, #c2b180, #e8a445);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e1f, #4b4c4e, #8d8e91, #c2b180, #e8a445);
}

Dark Gray color palette created on .