Intense Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Intense Orange palette

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

Intense Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffbe5c;
}
.color-4 {
color: #ffe59e;
}
.color-5 {
color: #ffebc2;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9b3d;
--color-3: #ffbe5c;
--color-4: #ffe59e;
--color-5: #ffebc2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9b3d, #ffbe5c, #ffe59e, #ffebc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9b3d, #ffbe5c, #ffe59e, #ffebc2);
}

Intense Orange color palette created on .