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