Orange Demon Hunters カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Demon Hunters palette
Orange Demon Hunters カラーパレット CSS
/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #e63746;
}
.color-3 {
color: #a9d9ea;
}
.color-4 {
color: #447a9c;
}
.color-5 {
color: #1d3658;
}
/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #e63746;
--color-3: #a9d9ea;
--color-4: #447a9c;
--color-5: #1d3658;
}
Orange Demon Hunters の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #e63746, #a9d9ea, #447a9c, #1d3658);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #e63746, #a9d9ea, #447a9c, #1d3658);
}
似たようなカラーパレット
Orange Demon Hunters color palette created on .