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