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