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