Spicy Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spicy Orange palette

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

Spicy Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c35a2c;
}
.color-2 {
color: #e27c40;
}
.color-3 {
color: #f5b55c;
}
.color-4 {
color: #f4d59f;
}
.color-5 {
color: #c7a67a;
}

/* CSS Variables */
:root {
--color-1: #c35a2c;
--color-2: #e27c40;
--color-3: #f5b55c;
--color-4: #f4d59f;
--color-5: #c7a67a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35a2c, #e27c40, #f5b55c, #f4d59f, #c7a67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35a2c, #e27c40, #f5b55c, #f4d59f, #c7a67a);
}

Spicy Orange color palette created on .