Dusky Dawn Serenade カラーパレット

美しいDusky Dawn Serenadeカラーパレットをご紹介します。regent st blue (#a3c7e0), web orange (#f0a800), trinidad (#e85a02), mandys pink (#f7c4b6) and smoky (#6b5077)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Dusky Dawn Serenadeパレットを使った美しいUIコンポーネントを探索

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

💻 Dusky Dawn Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e85a02;
}
.color-4 {
color: #f7c4b6;
}
.color-5 {
color: #6b5077;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f0a800;
--color-3: #e85a02;
--color-4: #f7c4b6;
--color-5: #6b5077;
}

🌈 Dusky Dawn Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f0a800, #e85a02, #f7c4b6, #6b5077);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f0a800, #e85a02, #f7c4b6, #6b5077);
}

Dusky Dawn Serenade color palette created on .