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