Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f4b72a;
}
.color-4 {
color: #f8d37c;
}
.color-5 {
color: #fce1b6;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f05a28;
--color-3: #f4b72a;
--color-4: #f8d37c;
--color-5: #fce1b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f05a28, #f4b72a, #f8d37c, #fce1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f05a28, #f4b72a, #f8d37c, #fce1b6);
}

Red Sunset color palette created on .