Flourishing Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Flourishing Forest palette

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

Flourishing Forest カラー パレット PNG 画像

Download flourishing forest color palette PNG image (landscape)
Download flourishing forest color palette PNG image (square)

Flourishing Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c69f;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #699b99;
}
.color-5 {
color: #d5aac9;
}

/* CSS Variables */
:root {
--color-1: #a6c69f;
--color-2: #f4b943;
--color-3: #e76e50;
--color-4: #699b99;
--color-5: #d5aac9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c69f, #f4b943, #e76e50, #699b99, #d5aac9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c69f, #f4b943, #e76e50, #699b99, #d5aac9);
}

Flourishing Forest color palette created on .