Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

このパレットを共有する先:

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ce996f;
}
.color-2 {
color: #cd8051;
}
.color-3 {
color: #cb6415;
}
.color-4 {
color: #ad4500;
}
.color-5 {
color: #9f2b1e;
}

/* CSS Variables */
:root {
--color-1: #ce996f;
--color-2: #cd8051;
--color-3: #cb6415;
--color-4: #ad4500;
--color-5: #9f2b1e;
}

Sunset Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce996f, #cd8051, #cb6415, #ad4500, #9f2b1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce996f, #cd8051, #cb6415, #ad4500, #9f2b1e);
}

似たようなカラーパレット

Sunset Serenade color palette created on .