Sage Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Serenity palette

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

Sage Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c2b2;
}
.color-2 {
color: #5a6a4d;
}
.color-3 {
color: #7e5b3a;
}
.color-4 {
color: #a26b4e;
}
.color-5 {
color: #e5d0c2;
}

/* CSS Variables */
:root {
--color-1: #b3c2b2;
--color-2: #5a6a4d;
--color-3: #7e5b3a;
--color-4: #a26b4e;
--color-5: #e5d0c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2b2, #5a6a4d, #7e5b3a, #a26b4e, #e5d0c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2b2, #5a6a4d, #7e5b3a, #a26b4e, #e5d0c2);
}

Sage Serenity color palette created on .