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