Planet X カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Planet X palette
Planet X カラー パレット PNG 画像
Planet X カラーパレット CSS
/* CSS */
.color-1 {
color: #000324;
}
.color-2 {
color: #000b33;
}
.color-3 {
color: #00174d;
}
.color-4 {
color: #002e57;
}
.color-5 {
color: #004a61;
}
/* CSS Variables */
:root {
--color-1: #000324;
--color-2: #000b33;
--color-3: #00174d;
--color-4: #002e57;
--color-5: #004a61;
}
Planet X の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000324, #000b33, #00174d, #002e57, #004a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000324, #000b33, #00174d, #002e57, #004a61);
}
似たようなカラーパレット
Planet X color palette created on .