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