Loading...
Buttercup Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Buttercup Yellow palette
Buttercup Yellow カラーパレット (PNG) をダウンロード
Buttercup Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f0d24c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f7d44b;
}
.color-5 {
color: #e6b800;
}
/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f0d24c;
--color-3: #f0a800;
--color-4: #f7d44b;
--color-5: #e6b800;
}
Buttercup Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
似たようなカラーパレット
Buttercup Yellow color palette created on .