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