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