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