Orange Gingerbread カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Gingerbread palette

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

Orange Gingerbread カラーパレット CSS

/* CSS */
.color-1 {
color: #d66c2e;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #f4c68a;
}
.color-4 {
color: #f9e4b4;
}
.color-5 {
color: #fef5e1;
}

/* CSS Variables */
:root {
--color-1: #d66c2e;
--color-2: #ffa04d;
--color-3: #f4c68a;
--color-4: #f9e4b4;
--color-5: #fef5e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66c2e, #ffa04d, #f4c68a, #f9e4b4, #fef5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66c2e, #ffa04d, #f4c68a, #f9e4b4, #fef5e1);
}

Orange Gingerbread color palette created on .