Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b058;
}
.color-2 {
color: #f76c45;
}
.color-3 {
color: #f04c3d;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #b53f3b;
}

/* CSS Variables */
:root {
--color-1: #f3b058;
--color-2: #f76c45;
--color-3: #f04c3d;
--color-4: #d63f2e;
--color-5: #b53f3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b058, #f76c45, #f04c3d, #d63f2e, #b53f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b058, #f76c45, #f04c3d, #d63f2e, #b53f3b);
}

Shades of Orange color palette created on .