Sage Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Serenity palette

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

Sage Serenity カラー パレット PNG 画像

Download sage serenity color palette PNG image (landscape)
Download sage serenity color palette PNG image (square)

Sage Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b8c1ae;
}
.color-2 {
color: #8e9471;
}
.color-3 {
color: #687354;
}
.color-4 {
color: #495c47;
}
.color-5 {
color: #3a4c39;
}

/* CSS Variables */
:root {
--color-1: #b8c1ae;
--color-2: #8e9471;
--color-3: #687354;
--color-4: #495c47;
--color-5: #3a4c39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c1ae, #8e9471, #687354, #495c47, #3a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c1ae, #8e9471, #687354, #495c47, #3a4c39);
}

Sage Serenity color palette created on .