Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

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

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d52c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f08000;
}
.color-4 {
color: #e64d00;
}
.color-5 {
color: #d13b00;
}

/* CSS Variables */
:root {
--color-1: #f6d52c;
--color-2: #f5a300;
--color-3: #f08000;
--color-4: #e64d00;
--color-5: #d13b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d52c, #f5a300, #f08000, #e64d00, #d13b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d52c, #f5a300, #f08000, #e64d00, #d13b00);
}

Sunset Serenade color palette created on .