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