Forest Gold Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Gold Serenity palette

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

Forest Gold Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d7b65b;
}
.color-2 {
color: #e6c78e;
}
.color-3 {
color: #4c6b4e;
}
.color-4 {
color: #3e4b3a;
}
.color-5 {
color: #2a2f27;
}

/* CSS Variables */
:root {
--color-1: #d7b65b;
--color-2: #e6c78e;
--color-3: #4c6b4e;
--color-4: #3e4b3a;
--color-5: #2a2f27;
}

Forest Gold Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b65b, #e6c78e, #4c6b4e, #3e4b3a, #2a2f27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b65b, #e6c78e, #4c6b4e, #3e4b3a, #2a2f27);
}

Forest Gold Serenity color palette created on .