Golden Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Green palette

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

Golden Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f0c24c;
}
.color-3 {
color: #eade5d;
}
.color-4 {
color: #c0e8a6;
}
.color-5 {
color: #5abf7a;
}

/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f0c24c;
--color-3: #eade5d;
--color-4: #c0e8a6;
--color-5: #5abf7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f0c24c, #eade5d, #c0e8a6, #5abf7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f0c24c, #eade5d, #c0e8a6, #5abf7a);
}

Golden Green color palette created on .