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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Serpent's Garden palette

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

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

/* CSS */
.color-1 {
color: #503b2b;
}
.color-2 {
color: #7b4e1e;
}
.color-3 {
color: #a55b3b;
}
.color-4 {
color: #d0a039;
}
.color-5 {
color: #a5c25b;
}

/* CSS Variables */
:root {
--color-1: #503b2b;
--color-2: #7b4e1e;
--color-3: #a55b3b;
--color-4: #d0a039;
--color-5: #a5c25b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #503b2b, #7b4e1e, #a55b3b, #d0a039, #a5c25b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #503b2b, #7b4e1e, #a55b3b, #d0a039, #a5c25b);
}

Enchanted Serpent's Garden color palette created on .