Bleeding Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bleeding Orange palette

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

Bleeding Orange カラーパレット (PNG) をダウンロード

Download bleeding orange color palette PNG image (landscape)
Download bleeding orange color palette PNG image (square)

Bleeding Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #e0520b;
}
.color-2 {
color: #e26612;
}
.color-3 {
color: #e6851e;
}
.color-4 {
color: #e8a426;
}
.color-5 {
color: #e8a83b;
}

/* CSS Variables */
:root {
--color-1: #e0520b;
--color-2: #e26612;
--color-3: #e6851e;
--color-4: #e8a426;
--color-5: #e8a83b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0520b, #e26612, #e6851e, #e8a426, #e8a83b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0520b, #e26612, #e6851e, #e8a426, #e8a83b);
}

Bleeding Orange color palette created on .