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