Forest Green and Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Green and Gold palette
Forest Green and Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #1c3b2c;
}
.color-2 {
color: #4a7f2e;
}
.color-3 {
color: #a1c88d;
}
.color-4 {
color: #d9c46d;
}
.color-5 {
color: #a7692a;
}
/* CSS Variables */
:root {
--color-1: #1c3b2c;
--color-2: #4a7f2e;
--color-3: #a1c88d;
--color-4: #d9c46d;
--color-5: #a7692a;
}
Forest Green and Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
似たようなカラーパレット
Forest Green and Gold color palette created on .