Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d3a0;
}
.color-2 {
color: #f5a651;
}
.color-3 {
color: #f45c25;
}
.color-4 {
color: #e6483d;
}
.color-5 {
color: #c52b4c;
}

/* CSS Variables */
:root {
--color-1: #f8d3a0;
--color-2: #f5a651;
--color-3: #f45c25;
--color-4: #e6483d;
--color-5: #c52b4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3a0, #f5a651, #f45c25, #e6483d, #c52b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3a0, #f5a651, #f45c25, #e6483d, #c52b4c);
}

Red Sunset color palette created on .