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