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