Enchanted Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Grove palette

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

Enchanted Grove カラー パレット PNG 画像

Download enchanted grove color palette PNG image (landscape)
Download enchanted grove color palette PNG image (square)

Enchanted Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #7ebe7e;
}
.color-3 {
color: #a1d59f;
}
.color-4 {
color: #d4e1b2;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #7ebe7e;
--color-3: #a1d59f;
--color-4: #d4e1b2;
--color-5: #f0e78e;
}

Enchanted Grove の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #7ebe7e, #a1d59f, #d4e1b2, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #7ebe7e, #a1d59f, #d4e1b2, #f0e78e);
}

Enchanted Grove color palette created on .