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