Bleeding Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bleeding Orange palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Bleeding Orange カラーパレット (PNG) をダウンロード
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 .