Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d66f00;
}
.color-3 {
color: #9e5200;
}
.color-4 {
color: #7a3b00;
}
.color-5 {
color: #4d2500;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d66f00;
--color-3: #9e5200;
--color-4: #7a3b00;
--color-5: #4d2500;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}

Shades of Orange color palette created on .