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