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