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