Buttercup カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercup palette

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

Buttercup カラー パレット PNG 画像

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

Buttercup カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #e4c25e;
}
.color-3 {
color: #d6a84c;
}
.color-4 {
color: #a87c3e;
}
.color-5 {
color: #8d5a2a;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #e4c25e;
--color-3: #d6a84c;
--color-4: #a87c3e;
--color-5: #8d5a2a;
}

Buttercup の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #e4c25e, #d6a84c, #a87c3e, #8d5a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #e4c25e, #d6a84c, #a87c3e, #8d5a2a);
}

Buttercup color palette created on .