Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f7e7a6;
}
.color-5 {
color: #f4c95d;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f76e6e;
--color-3: #f4a462;
--color-4: #f7e7a6;
--color-5: #f4c95d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f76e6e, #f4a462, #f7e7a6, #f4c95d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f76e6e, #f4a462, #f7e7a6, #f4c95d);
}

Red Sunset color palette created on .