Buttercup Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercup Shades palette

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

Buttercup Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f2d069;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #db8e1a;
}
.color-5 {
color: #b27a0a;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f2d069;
--color-3: #e6b84c;
--color-4: #db8e1a;
--color-5: #b27a0a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f2d069, #e6b84c, #db8e1a, #b27a0a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f2d069, #e6b84c, #db8e1a, #b27a0a);
}

Buttercup Shades color palette created on .