Dull Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dull Green palette
Dull Green カラーパレット (PNG) をダウンロード
Dull Green カラーパレット CSS
/* CSS */
.color-1 {
color: #c0b0a0;
}
.color-2 {
color: #a79e90;
}
.color-3 {
color: #8b907f;
}
.color-4 {
color: #7e7c6d;
}
.color-5 {
color: #b0bfb0;
}
/* CSS Variables */
:root {
--color-1: #c0b0a0;
--color-2: #a79e90;
--color-3: #8b907f;
--color-4: #7e7c6d;
--color-5: #b0bfb0;
}
Dull Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b0a0, #a79e90, #8b907f, #7e7c6d, #b0bfb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b0a0, #a79e90, #8b907f, #7e7c6d, #b0bfb0);
}
似たようなカラーパレット
Dull Green color palette created on .