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