Warm Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunset palette

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

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

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

Warm Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fcf8f8;
}
.color-2 {
color: #fbeef7;
}
.color-3 {
color: #fbdaf6;
}
.color-4 {
color: #f6d0f6;
}
.color-5 {
color: #ebcaf7;
}

/* CSS Variables */
:root {
--color-1: #fcf8f8;
--color-2: #fbeef7;
--color-3: #fbdaf6;
--color-4: #f6d0f6;
--color-5: #ebcaf7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}

Warm Sunset color palette created on .