Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d04e5b;
}
.color-2 {
color: #f78f40;
}
.color-3 {
color: #f7c34b;
}
.color-4 {
color: #a7dae6;
}
.color-5 {
color: #d19fb3;
}

/* CSS Variables */
:root {
--color-1: #d04e5b;
--color-2: #f78f40;
--color-3: #f7c34b;
--color-4: #a7dae6;
--color-5: #d19fb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d04e5b, #f78f40, #f7c34b, #a7dae6, #d19fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d04e5b, #f78f40, #f7c34b, #a7dae6, #d19fb3);
}

Red Sunset color palette created on .