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