Sage Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Green palette

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

Sage Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a9c4a1;
}
.color-2 {
color: #b8d7b2;
}
.color-3 {
color: #e0e8d4;
}
.color-4 {
color: #d6c6b8;
}
.color-5 {
color: #b2b8a3;
}

/* CSS Variables */
:root {
--color-1: #a9c4a1;
--color-2: #b8d7b2;
--color-3: #e0e8d4;
--color-4: #d6c6b8;
--color-5: #b2b8a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c4a1, #b8d7b2, #e0e8d4, #d6c6b8, #b2b8a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c4a1, #b8d7b2, #e0e8d4, #d6c6b8, #b2b8a3);
}

Sage Green color palette created on .