Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c9a6;
}
.color-2 {
color: #f2a96e;
}
.color-3 {
color: #e7693c;
}
.color-4 {
color: #d24e2d;
}
.color-5 {
color: #a9323a;
}

/* CSS Variables */
:root {
--color-1: #f7c9a6;
--color-2: #f2a96e;
--color-3: #e7693c;
--color-4: #d24e2d;
--color-5: #a9323a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9a6, #f2a96e, #e7693c, #d24e2d, #a9323a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9a6, #f2a96e, #e7693c, #d24e2d, #a9323a);
}

Shades of Orange color palette created on .