Retro Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Sunset palette

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

Retro Sunset カラー パレット PNG 画像

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

Retro Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e63746;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f57e00;
}
.color-5 {
color: #a8653e;
}

/* CSS Variables */
:root {
--color-1: #e63746;
--color-2: #f2faef;
--color-3: #f1c40e;
--color-4: #f57e00;
--color-5: #a8653e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63746, #f2faef, #f1c40e, #f57e00, #a8653e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63746, #f2faef, #f1c40e, #f57e00, #a8653e);
}

Retro Sunset color palette created on .