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