Orange Jack カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Jack palette

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

Orange Jack カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #ffdc5c;
}
.color-5 {
color: #ffe2a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffb85c;
--color-4: #ffdc5c;
--color-5: #ffe2a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffb85c, #ffdc5c, #ffe2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffb85c, #ffdc5c, #ffe2a3);
}

Orange Jack color palette created on .