Celestial Dreamscape カラーパレット
美しいCelestial Dreamscapeカラーパレットをご紹介します。steel gray (#1d1f2a), martinique (#2f3050), waikawa gray (#5b6c8b), half baked (#85b1d5) and link water (#d4e2f2)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Celestial Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Celestial Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #1d1f2a;
}
.color-2 {
color: #2f3050;
}
.color-3 {
color: #5b6c8b;
}
.color-4 {
color: #85b1d5;
}
.color-5 {
color: #d4e2f2;
}
/* CSS Variables */
:root {
--color-1: #1d1f2a;
--color-2: #2f3050;
--color-3: #5b6c8b;
--color-4: #85b1d5;
--color-5: #d4e2f2;
} 🌈 Celestial Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f2a, #2f3050, #5b6c8b, #85b1d5, #d4e2f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f2a, #2f3050, #5b6c8b, #85b1d5, #d4e2f2);
} 🔗 似たようなカラーパレットを探索
Celestial Dreamscape color palette created on .