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