Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d03e3e;
}
.color-2 {
color: #e77b6f;
}
.color-3 {
color: #f1b96a;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #d03e3e;
--color-2: #e77b6f;
--color-3: #f1b96a;
--color-4: #f6d58e;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d03e3e, #e77b6f, #f1b96a, #f6d58e, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d03e3e, #e77b6f, #f1b96a, #f6d58e, #f5a300);
}

Red Sunset color palette created on .