Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9b3d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #ff9b3d;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9b3d, #ff6e61, #ff4d4f, #e74d3c, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9b3d, #ff6e61, #ff4d4f, #e74d3c, #bf3a2b);
}

Red Sunset color palette created on .