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