Orange Adventure カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Adventure palette
Orange Adventure カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb742;
}
.color-2 {
color: #ff8838;
}
.color-3 {
color: #ff6a1a;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #d90218;
}
/* CSS Variables */
:root {
--color-1: #ffb742;
--color-2: #ff8838;
--color-3: #ff6a1a;
--color-4: #ff5500;
--color-5: #d90218;
}
Orange Adventure の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}
似たようなカラーパレット
Orange Adventure color palette created on .