Golden Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Green palette

このパレットを共有する先:

Golden Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #a86d00;
}
.color-3 {
color: #4d4a00;
}
.color-4 {
color: #4d7d2b;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #a86d00;
--color-3: #4d4a00;
--color-4: #4d7d2b;
--color-5: #007a99;
}

Golden Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #a86d00, #4d4a00, #4d7d2b, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #a86d00, #4d4a00, #4d7d2b, #007a99);
}

Golden Green color palette created on .