Warm Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Orange palette

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

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

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

Warm Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #e68a4c;
}
.color-4 {
color: #d77d3c;
}
.color-5 {
color: #b1522f;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #f2a76e;
--color-3: #e68a4c;
--color-4: #d77d3c;
--color-5: #b1522f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #f2a76e, #e68a4c, #d77d3c, #b1522f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #f2a76e, #e68a4c, #d77d3c, #b1522f);
}

Warm Orange color palette created on .