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