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