Bright Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Orange palette

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

Bright Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #4c7a3e;
}
.color-2 {
color: #679f50;
}
.color-3 {
color: #a2bd98;
}
.color-4 {
color: #ce5050;
}
.color-5 {
color: #8d1c1c;
}

/* CSS Variables */
:root {
--color-1: #4c7a3e;
--color-2: #679f50;
--color-3: #a2bd98;
--color-4: #ce5050;
--color-5: #8d1c1c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7a3e, #679f50, #a2bd98, #ce5050, #8d1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7a3e, #679f50, #a2bd98, #ce5050, #8d1c1c);
}

Bright Orange color palette created on .