Golden Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Green palette

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

Golden Green カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a400;
}
.color-2 {
color: #f0c400;
}
.color-3 {
color: #f6d30e;
}
.color-4 {
color: #a6d85f;
}
.color-5 {
color: #5c9b46;
}

/* CSS Variables */
:root {
--color-1: #d6a400;
--color-2: #f0c400;
--color-3: #f6d30e;
--color-4: #a6d85f;
--color-5: #5c9b46;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a400, #f0c400, #f6d30e, #a6d85f, #5c9b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a400, #f0c400, #f6d30e, #a6d85f, #5c9b46);
}

Golden Green color palette created on .