Sunny Sage カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Sage palette
Sunny Sage カラーパレット CSS
/* CSS */
.color-1 {
color: #b9d199;
}
.color-2 {
color: #ece4b1;
}
.color-3 {
color: #e0b97b;
}
.color-4 {
color: #9bd8ee;
}
.color-5 {
color: #6b99b8;
}
/* CSS Variables */
:root {
--color-1: #b9d199;
--color-2: #ece4b1;
--color-3: #e0b97b;
--color-4: #9bd8ee;
--color-5: #6b99b8;
}
Sunny Sage の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9d199, #ece4b1, #e0b97b, #9bd8ee, #6b99b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9d199, #ece4b1, #e0b97b, #9bd8ee, #6b99b8);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Sunny Sage color palette created on .