Sage & Maroon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sage & Maroon palette
Sage & Maroon カラー パレット PNG 画像
Sage & Maroon カラーパレット CSS
/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #b4d5b4;
}
.color-4 {
color: #9b696d;
}
.color-5 {
color: #c5a59b;
}
/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #6f4c3e;
--color-3: #b4d5b4;
--color-4: #9b696d;
--color-5: #c5a59b;
}
Sage & Maroon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
}
似たようなカラーパレット
Sage & Maroon color palette created on .