Heaven カラーパレット
美しいHeavenカラーパレットをご紹介します。onahau (#d1e8ff), regent st blue (#a3c2e0), hippie blue (#66a3b2), calypso (#3a7d92) and cello (#1f4f60)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Heaven, Light, Blue, Bright, Soft, Spring, Ocean, Bright Summerカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Heavenパレットを使った美しいUIコンポーネントを探索
💻 Heaven カラーパレット CSS
/* CSS */
.color-1 {
color: #d1e8ff;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #66a3b2;
}
.color-4 {
color: #3a7d92;
}
.color-5 {
color: #1f4f60;
}
/* CSS Variables */
:root {
--color-1: #d1e8ff;
--color-2: #a3c2e0;
--color-3: #66a3b2;
--color-4: #3a7d92;
--color-5: #1f4f60;
}
🌈 Heaven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e8ff, #a3c2e0, #66a3b2, #3a7d92, #1f4f60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e8ff, #a3c2e0, #66a3b2, #3a7d92, #1f4f60);
}
🔗 似たようなカラーパレットを探索
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Heaven color palette created on .