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