Retro Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Sunset palette

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

Retro Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff1500;
}
.color-2 {
color: #ff0d00;
}
.color-3 {
color: #ff0900;
}
.color-4 {
color: #ff0400;
}
.color-5 {
color: #ff0000;
}

/* CSS Variables */
:root {
--color-1: #ff1500;
--color-2: #ff0d00;
--color-3: #ff0900;
--color-4: #ff0400;
--color-5: #ff0000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff1500, #ff0d00, #ff0900, #ff0400, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff1500, #ff0d00, #ff0900, #ff0400, #ff0000);
}

Retro Sunset color palette created on .