Orange Mixer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Mixer palette

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

Orange Mixer カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6e48e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #e84a26;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6e48e;
--color-3: #ff6e61;
--color-4: #ff9d00;
--color-5: #e84a26;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6e48e, #ff6e61, #ff9d00, #e84a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6e48e, #ff6e61, #ff9d00, #e84a26);
}

Orange Mixer color palette created on .