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