Spicy Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spicy Orange palette

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

Spicy Orange カラーパレット (PNG) をダウンロード

Download spicy orange color palette PNG image (landscape)
Download spicy orange color palette PNG image (square)

Spicy Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c76b3d;
}
.color-2 {
color: #d6a14c;
}
.color-3 {
color: #e6c78e;
}
.color-4 {
color: #e8b34a;
}
.color-5 {
color: #c92f2c;
}

/* CSS Variables */
:root {
--color-1: #c76b3d;
--color-2: #d6a14c;
--color-3: #e6c78e;
--color-4: #e8b34a;
--color-5: #c92f2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76b3d, #d6a14c, #e6c78e, #e8b34a, #c92f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76b3d, #d6a14c, #e6c78e, #e8b34a, #c92f2c);
}

Spicy Orange color palette created on .