Golden Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Green palette

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

Golden Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a85d;
}
.color-2 {
color: #f0c65c;
}
.color-3 {
color: #f6e8a2;
}
.color-4 {
color: #b3d88d;
}
.color-5 {
color: #6ebf82;
}

/* CSS Variables */
:root {
--color-1: #f9a85d;
--color-2: #f0c65c;
--color-3: #f6e8a2;
--color-4: #b3d88d;
--color-5: #6ebf82;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a85d, #f0c65c, #f6e8a2, #b3d88d, #6ebf82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a85d, #f0c65c, #f6e8a2, #b3d88d, #6ebf82);
}

Golden Green color palette created on .