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