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