Orange Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Space palette

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

Orange Space カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffa052;
}
.color-3 {
color: #ffbc70;
}
.color-4 {
color: #ffda8f;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffa052;
--color-3: #ffbc70;
--color-4: #ffda8f;
--color-5: #ffe4b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffa052, #ffbc70, #ffda8f, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffa052, #ffbc70, #ffda8f, #ffe4b3);
}

Orange Space color palette created on .