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