Red Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Sunset palette
Red Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f9dbb4;
}
.color-2 {
color: #fbcdac;
}
.color-3 {
color: #f9a4a7;
}
.color-4 {
color: #f67986;
}
.color-5 {
color: #ee444a;
}
/* CSS Variables */
:root {
--color-1: #f9dbb4;
--color-2: #fbcdac;
--color-3: #f9a4a7;
--color-4: #f67986;
--color-5: #ee444a;
}
Red Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dbb4, #fbcdac, #f9a4a7, #f67986, #ee444a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dbb4, #fbcdac, #f9a4a7, #f67986, #ee444a);
}
似たようなカラーパレット
Red Sunset color palette created on .