Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f56e00;
}
.color-4 {
color: #d14d00;
}
.color-5 {
color: #a32c00;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f59b00;
--color-3: #f56e00;
--color-4: #d14d00;
--color-5: #a32c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}

Shades of Orange color palette created on .