Orange Chat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Chat palette

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

Orange Chat カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffb81f;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ff6d2e;
--color-3: #ffb81f;
--color-4: #ff3c00;
--color-5: #ff9900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ff6d2e, #ffb81f, #ff3c00, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ff6d2e, #ffb81f, #ff3c00, #ff9900);
}

Orange Chat color palette created on .