Sage Green Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Green Serenity palette

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

Sage Green Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d3c49c;
}
.color-2 {
color: #a7b899;
}
.color-3 {
color: #799a8f;
}
.color-4 {
color: #4b8b7e;
}
.color-5 {
color: #3a695e;
}

/* CSS Variables */
:root {
--color-1: #d3c49c;
--color-2: #a7b899;
--color-3: #799a8f;
--color-4: #4b8b7e;
--color-5: #3a695e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c49c, #a7b899, #799a8f, #4b8b7e, #3a695e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c49c, #a7b899, #799a8f, #4b8b7e, #3a695e);
}

Sage Green Serenity color palette created on .