Soft Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Orange palette

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

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

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

Soft Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c07562;
}
.color-2 {
color: #caa963;
}
.color-3 {
color: #d2ad79;
}
.color-4 {
color: #d49d87;
}
.color-5 {
color: #b66858;
}

/* CSS Variables */
:root {
--color-1: #c07562;
--color-2: #caa963;
--color-3: #d2ad79;
--color-4: #d49d87;
--color-5: #b66858;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}

Soft Orange color palette created on .