Retro Orange Gloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Orange Gloom palette

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

Retro Orange Gloom カラー パレット PNG 画像

Download retro orange gloom color palette PNG image (landscape)
Download retro orange gloom color palette PNG image (square)

Retro Orange Gloom カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #d65c1f;
}
.color-3 {
color: #c15415;
}
.color-4 {
color: #a94a14;
}
.color-5 {
color: #823d12;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #d65c1f;
--color-3: #c15415;
--color-4: #a94a14;
--color-5: #823d12;
}

Retro Orange Gloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #d65c1f, #c15415, #a94a14, #823d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #d65c1f, #c15415, #a94a14, #823d12);
}

Retro Orange Gloom color palette created on .