Shades of Orange Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange Red palette

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

Shades of Orange Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff7e29;
}
.color-3 {
color: #ff4929;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #a30026;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7e29;
--color-3: #ff4929;
--color-4: #d60032;
--color-5: #a30026;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7e29, #ff4929, #d60032, #a30026);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7e29, #ff4929, #d60032, #a30026);
}

Shades of Orange Red color palette created on .