Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d95d3a;
}
.color-3 {
color: #c34b77;
}
.color-4 {
color: #8e509b;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d95d3a;
--color-3: #c34b77;
--color-4: #8e509b;
--color-5: #4a9cd3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d95d3a, #c34b77, #8e509b, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d95d3a, #c34b77, #8e509b, #4a9cd3);
}

Shades of Orange color palette created on .