Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f2a65f;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #c94e40;
}
.color-5 {
color: #a0406d;
}

/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f2a65f;
--color-3: #e77e23;
--color-4: #c94e40;
--color-5: #a0406d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}

Shades of Orange color palette created on .