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