Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #b40811;
}
.color-2 {
color: #d7493c;
}
.color-3 {
color: #f7c5c5;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #b40811;
--color-2: #d7493c;
--color-3: #f7c5c5;
--color-4: #f1e0b1;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b40811, #d7493c, #f7c5c5, #f1e0b1, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b40811, #d7493c, #f7c5c5, #f1e0b1, #f5a300);
}

Red Sunset color palette created on .