Shades of Sage Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Sage Green palette

このパレットを共有する先:

Shades of Sage Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7baa0;
}
.color-2 {
color: #7c997a;
}
.color-3 {
color: #5c805b;
}
.color-4 {
color: #3e6543;
}
.color-5 {
color: #2a4b34;
}

/* CSS Variables */
:root {
--color-1: #a7baa0;
--color-2: #7c997a;
--color-3: #5c805b;
--color-4: #3e6543;
--color-5: #2a4b34;
}

Shades of Sage Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7baa0, #7c997a, #5c805b, #3e6543, #2a4b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7baa0, #7c997a, #5c805b, #3e6543, #2a4b34);
}

Shades of Sage Green color palette created on .