Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e14;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #c63e2f;
}
.color-5 {
color: #8e2a1f;
}

/* CSS Variables */
:root {
--color-1: #ff7e14;
--color-2: #ff4d00;
--color-3: #ff2f00;
--color-4: #c63e2f;
--color-5: #8e2a1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e14, #ff4d00, #ff2f00, #c63e2f, #8e2a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e14, #ff4d00, #ff2f00, #c63e2f, #8e2a1f);
}

Red Sunset color palette created on .