Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #b43131;
}
.color-2 {
color: #d55d48;
}
.color-3 {
color: #f6a34c;
}
.color-4 {
color: #f9d771;
}
.color-5 {
color: #f1e2ac;
}

/* CSS Variables */
:root {
--color-1: #b43131;
--color-2: #d55d48;
--color-3: #f6a34c;
--color-4: #f9d771;
--color-5: #f1e2ac;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}

Red Sunset color palette created on .