Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #8f281e;
}
.color-2 {
color: #234a86;
}
.color-3 {
color: #135828;
}
.color-4 {
color: #865932;
}
.color-5 {
color: #7b3f0f;
}

/* CSS Variables */
:root {
--color-1: #8f281e;
--color-2: #234a86;
--color-3: #135828;
--color-4: #865932;
--color-5: #7b3f0f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f281e, #234a86, #135828, #865932, #7b3f0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f281e, #234a86, #135828, #865932, #7b3f0f);
}

Shades of Orange color palette created on .