Winter Fox Colors カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Fox Colors palette

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

Winter Fox Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #c86c51;
}
.color-2 {
color: #e4aa5e;
}
.color-3 {
color: #f2eac5;
}
.color-4 {
color: #a3b7c2;
}
.color-5 {
color: #7d4a4a;
}

/* CSS Variables */
:root {
--color-1: #c86c51;
--color-2: #e4aa5e;
--color-3: #f2eac5;
--color-4: #a3b7c2;
--color-5: #7d4a4a;
}

Winter Fox Colors の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c86c51, #e4aa5e, #f2eac5, #a3b7c2, #7d4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c86c51, #e4aa5e, #f2eac5, #a3b7c2, #7d4a4a);
}

Winter Fox Colors color palette created on .