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