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