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