Buttercup Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Buttercup Sunshine palette

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

Buttercup Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f6ca51;
}
.color-3 {
color: #f8e6a0;
}
.color-4 {
color: #f9daae;
}
.color-5 {
color: #fce8b6;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f6ca51;
--color-3: #f8e6a0;
--color-4: #f9daae;
--color-5: #fce8b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f6ca51, #f8e6a0, #f9daae, #fce8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f6ca51, #f8e6a0, #f9daae, #fce8b6);
}

Buttercup Sunshine color palette created on .