Buttercup Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercup Bloom palette

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

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

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

Buttercup Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #e4d66c;
}
.color-4 {
color: #a8c350;
}
.color-5 {
color: #4c8c2b;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f7c94b;
--color-3: #e4d66c;
--color-4: #a8c350;
--color-5: #4c8c2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f7c94b, #e4d66c, #a8c350, #4c8c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f7c94b, #e4d66c, #a8c350, #4c8c2b);
}

Buttercup Bloom color palette created on .