Enchanted Grove カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Enchanted Grove palette
Enchanted Grove カラーパレット CSS
/* CSS */
.color-1 {
color: #2e4c20;
}
.color-2 {
color: #5b7e4e;
}
.color-3 {
color: #7abf69;
}
.color-4 {
color: #a6e09e;
}
.color-5 {
color: #d4f2da;
}
/* CSS Variables */
:root {
--color-1: #2e4c20;
--color-2: #5b7e4e;
--color-3: #7abf69;
--color-4: #a6e09e;
--color-5: #d4f2da;
}
Enchanted Grove の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4c20, #5b7e4e, #7abf69, #a6e09e, #d4f2da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4c20, #5b7e4e, #7abf69, #a6e09e, #d4f2da);
}
似たようなカラーパレット
Enchanted Grove color palette created on .