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