Banana Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Banana Yellow palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Banana Yellow カラーパレット (PNG) をダウンロード
Banana Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #e0b000;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #e0b000;
--color-3: #f1c84b;
--color-4: #f9d66c;
--color-5: #f5a300;
}
Banana Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #e0b000, #f1c84b, #f9d66c, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #e0b000, #f1c84b, #f9d66c, #f5a300);
}
似たようなカラーパレット
Banana Yellow color palette created on .