Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fdd835;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #b51c1c;
}

/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb84d;
--color-3: #ff6e42;
--color-4: #d33131;
--color-5: #b51c1c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}

Red Sunset color palette created on .