Celestial Red カラーパレット

美しいCelestial Redカラーパレットをご紹介します。regent st blue (#a4dfe5), bittersweet (#ff6e61), tacao (#f3a582), marzipan (#f9e79f) and cinnabar (#e74d3c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Beach, Bright, Coral, Redカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Celestial Redパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Celestial Red カラーパレット CSS

/* CSS */
.color-1 {
color: #a4dfe5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f3a582;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #a4dfe5;
--color-2: #ff6e61;
--color-3: #f3a582;
--color-4: #f9e79f;
--color-5: #e74d3c;
}

🌈 Celestial Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dfe5, #ff6e61, #f3a582, #f9e79f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dfe5, #ff6e61, #f3a582, #f9e79f, #e74d3c);
}

Celestial Red color palette created on .