Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #eb7c37;
}
.color-2 {
color: #ea521a;
}
.color-3 {
color: #eb420a;
}
.color-4 {
color: #e6330f;
}
.color-5 {
color: #da161c;
}
/* CSS Variables */
:root {
--color-1: #eb7c37;
--color-2: #ea521a;
--color-3: #eb420a;
--color-4: #e6330f;
--color-5: #da161c;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb7c37, #ea521a, #eb420a, #e6330f, #da161c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb7c37, #ea521a, #eb420a, #e6330f, #da161c);
}
似たようなカラーパレット
下にスクロールして300+個のオレンジカラーパレットを探索しましょう
Sunset Serenade color palette created on .