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