Enchanted Serpent's Grove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Serpent's Grove palette

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

Enchanted Serpent's Grove カラーパレット CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #5f9d4d;
}
.color-3 {
color: #90bf78;
}
.color-4 {
color: #c9d6a8;
}
.color-5 {
color: #ad2e34;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #5f9d4d;
--color-3: #90bf78;
--color-4: #c9d6a8;
--color-5: #ad2e34;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #5f9d4d, #90bf78, #c9d6a8, #ad2e34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #5f9d4d, #90bf78, #c9d6a8, #ad2e34);
}

Enchanted Serpent's Grove color palette created on .