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