Sunrise Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise Serenade palette

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

Sunrise Serenade カラーパレット (PNG) をダウンロード

Download sunrise serenade color palette PNG image (landscape)
Download sunrise serenade color palette PNG image (square)

Sunrise Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fcae92;
}
.color-2 {
color: #fcc2ab;
}
.color-3 {
color: #fdecce;
}
.color-4 {
color: #fae25c;
}
.color-5 {
color: #fb9a89;
}

/* CSS Variables */
:root {
--color-1: #fcae92;
--color-2: #fcc2ab;
--color-3: #fdecce;
--color-4: #fae25c;
--color-5: #fb9a89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcae92, #fcc2ab, #fdecce, #fae25c, #fb9a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcae92, #fcc2ab, #fdecce, #fae25c, #fb9a89);
}

Sunrise Serenade color palette created on .