Underground Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Underground Gold palette
Underground Gold カラーパレット (PNG) をダウンロード
Underground Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #494e5a;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #9ba6b0;
}
.color-4 {
color: #d0c5b3;
}
.color-5 {
color: #e8b84f;
}
/* CSS Variables */
:root {
--color-1: #494e5a;
--color-2: #6d767e;
--color-3: #9ba6b0;
--color-4: #d0c5b3;
--color-5: #e8b84f;
}
Underground Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494e5a, #6d767e, #9ba6b0, #d0c5b3, #e8b84f);
}
似たようなカラーパレット
Underground Gold color palette created on .