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