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