Elegant Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Gray palette

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

Elegant Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #3e4f51;
}
.color-2 {
color: #c4cad4;
}
.color-3 {
color: #f0e3d1;
}
.color-4 {
color: #e2b83c;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #3e4f51;
--color-2: #c4cad4;
--color-3: #f0e3d1;
--color-4: #e2b83c;
--color-5: #c94e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4f51, #c4cad4, #f0e3d1, #e2b83c, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4f51, #c4cad4, #f0e3d1, #e2b83c, #c94e3b);
}

Elegant Gray color palette created on .