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