Enchanted Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Grove palette

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

Enchanted Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #3c5d4f;
}
.color-2 {
color: #4d7a60;
}
.color-3 {
color: #6ebf8d;
}
.color-4 {
color: #a6d9b8;
}
.color-5 {
color: #dff6e5;
}

/* CSS Variables */
:root {
--color-1: #3c5d4f;
--color-2: #4d7a60;
--color-3: #6ebf8d;
--color-4: #a6d9b8;
--color-5: #dff6e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5d4f, #4d7a60, #6ebf8d, #a6d9b8, #dff6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5d4f, #4d7a60, #6ebf8d, #a6d9b8, #dff6e5);
}

Enchanted Grove color palette created on .