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