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