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