Golden Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Green palette

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

Golden Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #c77b00;
}
.color-4 {
color: #5a994d;
}
.color-5 {
color: #2d5d2d;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f0a800;
--color-3: #c77b00;
--color-4: #5a994d;
--color-5: #2d5d2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f0a800, #c77b00, #5a994d, #2d5d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f0a800, #c77b00, #5a994d, #2d5d2d);
}

Golden Green color palette created on .