Hollow Knight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hollow Knight palette
Hollow Knight カラーパレット CSS
/* CSS */
.color-1 {
color: #00293d;
}
.color-2 {
color: #0041a8;
}
.color-3 {
color: #0044ff;
}
.color-4 {
color: #e2ffdb;
}
.color-5 {
color: #ffba1a;
}
/* CSS Variables */
:root {
--color-1: #00293d;
--color-2: #0041a8;
--color-3: #0044ff;
--color-4: #e2ffdb;
--color-5: #ffba1a;
}
Hollow Knight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00293d, #0041a8, #0044ff, #e2ffdb, #ffba1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00293d, #0041a8, #0044ff, #e2ffdb, #ffba1a);
}
似たようなカラーパレット
Hollow Knight color palette created on .