Hermes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hermes palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Hermes カラーパレット (PNG) をダウンロード
Hermes カラーパレット CSS
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #d75f28;
}
.color-3 {
color: #aa502c;
}
.color-4 {
color: #c9a669;
}
.color-5 {
color: #f5b951;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #d75f28;
--color-3: #aa502c;
--color-4: #c9a669;
--color-5: #f5b951;
}
Hermes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #d75f28, #aa502c, #c9a669, #f5b951);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #d75f28, #aa502c, #c9a669, #f5b951);
}
似たようなカラーパレット
Hermes color palette created on .