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: #a7caa0;
}
.color-2 {
color: #b6d6a9;
}
.color-3 {
color: #d2e8b0;
}
.color-4 {
color: #e5f3b4;
}
.color-5 {
color: #f7f9b4;
}

/* CSS Variables */
:root {
--color-1: #a7caa0;
--color-2: #b6d6a9;
--color-3: #d2e8b0;
--color-4: #e5f3b4;
--color-5: #f7f9b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7caa0, #b6d6a9, #d2e8b0, #e5f3b4, #f7f9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7caa0, #b6d6a9, #d2e8b0, #e5f3b4, #f7f9b4);
}

Sage Serenity color palette created on .