Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a173;
}
.color-2 {
color: #f3d57c;
}
.color-3 {
color: #f2e6a1;
}
.color-4 {
color: #c4e4a5;
}
.color-5 {
color: #8bc7e5;
}

/* CSS Variables */
:root {
--color-1: #f7a173;
--color-2: #f3d57c;
--color-3: #f2e6a1;
--color-4: #c4e4a5;
--color-5: #8bc7e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a173, #f3d57c, #f2e6a1, #c4e4a5, #8bc7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a173, #f3d57c, #f2e6a1, #c4e4a5, #8bc7e5);
}

Shades of Orange color palette created on .