Festive Confectionery カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Festive Confectionery palette

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

Festive Confectionery カラー パレット PNG 画像

Download festive confectionery color palette PNG image (landscape)
Download festive confectionery color palette PNG image (square)

Festive Confectionery カラーパレット CSS

/* CSS */
.color-1 {
color: #b45b27;
}
.color-2 {
color: #e36c45;
}
.color-3 {
color: #f19f79;
}
.color-4 {
color: #e7c1b1;
}
.color-5 {
color: #d9c5bf;
}

/* CSS Variables */
:root {
--color-1: #b45b27;
--color-2: #e36c45;
--color-3: #f19f79;
--color-4: #e7c1b1;
--color-5: #d9c5bf;
}

Festive Confectionery の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45b27, #e36c45, #f19f79, #e7c1b1, #d9c5bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45b27, #e36c45, #f19f79, #e7c1b1, #d9c5bf);
}

Festive Confectionery color palette created on .