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