Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #d93b26;
}
.color-5 {
color: #a7271b;
}

/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ff6e61;
--color-3: #ff513d;
--color-4: #d93b26;
--color-5: #a7271b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ff6e61, #ff513d, #d93b26, #a7271b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ff6e61, #ff513d, #d93b26, #a7271b);
}

Red Sunset color palette created on .