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