Doomsday Clock, Bezel カラーパレット

美しいDoomsday Clock, Bezelカラーパレットをご紹介します。lavender rose (#ff8ae6), pink lace (#ffc7eb), fair pink (#ffedeb), hint of green (#e0ffe8) and anakiwa (#7adeff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Doomsday Clock, Bezelパレットを使った美しいUIコンポーネントを探索

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

💻 Doomsday Clock, Bezel カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8ae6;
}
.color-2 {
color: #ffc7eb;
}
.color-3 {
color: #ffedeb;
}
.color-4 {
color: #e0ffe8;
}
.color-5 {
color: #7adeff;
}

/* CSS Variables */
:root {
--color-1: #ff8ae6;
--color-2: #ffc7eb;
--color-3: #ffedeb;
--color-4: #e0ffe8;
--color-5: #7adeff;
}

🌈 Doomsday Clock, Bezel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8ae6, #ffc7eb, #ffedeb, #e0ffe8, #7adeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8ae6, #ffc7eb, #ffedeb, #e0ffe8, #7adeff);
}

Doomsday Clock, Bezel color palette created on .