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