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