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