Bright Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Orange palette

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

Bright Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #b86947;
}
.color-2 {
color: #bd7e51;
}
.color-3 {
color: #c39160;
}
.color-4 {
color: #b7988a;
}
.color-5 {
color: #5c5742;
}

/* CSS Variables */
:root {
--color-1: #b86947;
--color-2: #bd7e51;
--color-3: #c39160;
--color-4: #b7988a;
--color-5: #5c5742;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b86947, #bd7e51, #c39160, #b7988a, #5c5742);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b86947, #bd7e51, #c39160, #b7988a, #5c5742);
}

Bright Orange color palette created on .