Nyx カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nyx palette
Nyx カラーパレット (PNG) をダウンロード
Nyx カラーパレット CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4b5b71;
}
.color-3 {
color: #8d9ba5;
}
.color-4 {
color: #d0cec3;
}
.color-5 {
color: #f8e0af;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4b5b71;
--color-3: #8d9ba5;
--color-4: #d0cec3;
--color-5: #f8e0af;
}
Nyx の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4b5b71, #8d9ba5, #d0cec3, #f8e0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4b5b71, #8d9ba5, #d0cec3, #f8e0af);
}
似たようなカラーパレット
Nyx color palette created on .