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