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