Gingerbread Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gingerbread Dreams palette

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

Gingerbread Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d86d3b;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #5c3c24;
}
.color-5 {
color: #8e4b29;
}

/* CSS Variables */
:root {
--color-1: #d86d3b;
--color-2: #fab700;
--color-3: #f9e1b4;
--color-4: #5c3c24;
--color-5: #8e4b29;
}

Gingerbread Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86d3b, #fab700, #f9e1b4, #5c3c24, #8e4b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86d3b, #fab700, #f9e1b4, #5c3c24, #8e4b29);
}

Gingerbread Dreams color palette created on .