Loading...

Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

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

Download shades of orange color palette PNG image (landscape)
Download shades of orange color palette PNG image (square)

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #e2c7a7;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f05400;
}
.color-4 {
color: #c82d3f;
}
.color-5 {
color: #7a1f6e;
}

/* CSS Variables */
:root {
--color-1: #e2c7a7;
--color-2: #f0a800;
--color-3: #f05400;
--color-4: #c82d3f;
--color-5: #7a1f6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7a7, #f0a800, #f05400, #c82d3f, #7a1f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7a7, #f0a800, #f05400, #c82d3f, #7a1f6e);
}

Shades of Orange color palette created on .