Futuristic Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Futuristic Orange palette

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

Futuristic Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcf75;
}
.color-4 {
color: #ffe0a3;
}
.color-5 {
color: #fff6e5;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9d4d;
--color-3: #ffcf75;
--color-4: #ffe0a3;
--color-5: #fff6e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9d4d, #ffcf75, #ffe0a3, #fff6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9d4d, #ffcf75, #ffe0a3, #fff6e5);
}

Futuristic Orange color palette created on .