Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #ffdc85;
}
.color-5 {
color: #ffe7a3;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffa047;
--color-3: #ffb85c;
--color-4: #ffdc85;
--color-5: #ffe7a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffa047, #ffb85c, #ffdc85, #ffe7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffa047, #ffb85c, #ffdc85, #ffe7a3);
}

Shades of Orange color palette created on .