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