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