Bright Buttercup カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Buttercup palette

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

Bright Buttercup カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5d400;
}
.color-4 {
color: #fae500;
}
.color-5 {
color: #ffff00;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f5c400;
--color-3: #f5d400;
--color-4: #fae500;
--color-5: #ffff00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f5c400, #f5d400, #fae500, #ffff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f5c400, #f5d400, #fae500, #ffff00);
}

Bright Buttercup color palette created on .