Sage Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sage Serenity palette
Sage Serenity カラー パレット PNG 画像
Sage Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #9cb4a1;
}
.color-2 {
color: #7e9a8c;
}
.color-3 {
color: #4f7d6b;
}
.color-4 {
color: #2b5a4c;
}
.color-5 {
color: #1a3d33;
}
/* CSS Variables */
:root {
--color-1: #9cb4a1;
--color-2: #7e9a8c;
--color-3: #4f7d6b;
--color-4: #2b5a4c;
--color-5: #1a3d33;
}
Sage Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cb4a1, #7e9a8c, #4f7d6b, #2b5a4c, #1a3d33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cb4a1, #7e9a8c, #4f7d6b, #2b5a4c, #1a3d33);
}
似たようなカラーパレット
Sage Serenity color palette created on .