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