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