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