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: #7ebe7e;
}
.color-2 {
color: #f05151;
}
.color-3 {
color: #a0d4a0;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #4d9d4d;
}
/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #f05151;
--color-3: #a0d4a0;
--color-4: #e77e7e;
--color-5: #4d9d4d;
}
Shades of Green and Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #f05151, #a0d4a0, #e77e7e, #4d9d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #f05151, #a0d4a0, #e77e7e, #4d9d4d);
}
似たようなカラーパレット
Shades of Green and Red color palette created on .