Sunset Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Red palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sunset Red カラーパレット (PNG) をダウンロード
Sunset Red カラーパレット CSS
/* CSS */
.color-1 {
color: #f97367;
}
.color-2 {
color: #f3b5a5;
}
.color-3 {
color: #d4a873;
}
.color-4 {
color: #7d3f4e;
}
.color-5 {
color: #3b2127;
}
/* CSS Variables */
:root {
--color-1: #f97367;
--color-2: #f3b5a5;
--color-3: #d4a873;
--color-4: #7d3f4e;
--color-5: #3b2127;
}
Sunset Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f97367, #f3b5a5, #d4a873, #7d3f4e, #3b2127);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f97367, #f3b5a5, #d4a873, #7d3f4e, #3b2127);
}
似たようなカラーパレット
Sunset Red color palette created on .