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