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