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