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