Inky Blue Fallow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Inky Blue Fallow palette
Inky Blue Fallow カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4a6c87;
}
.color-3 {
color: #88a4b4;
}
.color-4 {
color: #f0b67f;
}
.color-5 {
color: #d4633a;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a6c87;
--color-3: #88a4b4;
--color-4: #f0b67f;
--color-5: #d4633a;
}
Inky Blue Fallow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a6c87, #88a4b4, #f0b67f, #d4633a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a6c87, #88a4b4, #f0b67f, #d4633a);
}
似たようなカラーパレット
Inky Blue Fallow color palette created on .