Loading...

Buttercup Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercup Yellow palette

このパレットを共有する先:

Buttercup Yellow カラーパレット (PNG) をダウンロード

Download buttercup yellow color palette PNG image (landscape)
Download buttercup yellow color palette PNG image (square)

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 .