Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #fcb740;
}
.color-2 {
color: #fc6c4f;
}
.color-3 {
color: #fc8c36;
}
.color-4 {
color: #fc3b31;
}
.color-5 {
color: #fca392;
}
/* CSS Variables */
:root {
--color-1: #fcb740;
--color-2: #fc6c4f;
--color-3: #fc8c36;
--color-4: #fc3b31;
--color-5: #fca392;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcb740, #fc6c4f, #fc8c36, #fc3b31, #fca392);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcb740, #fc6c4f, #fc8c36, #fc3b31, #fca392);
}
似たようなカラーパレット
Sunset Serenade color palette created on .