Shades of Aqua カラーパレット

美しいShades of Aquaカラーパレットをご紹介します。iceberg (#dcf4f1), morning glory (#a3e0de), monte carlo (#7ed3d1), pelorous (#3bc4c4) and persian green (#00999e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Aquaパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #dcf4f1;
}
.color-2 {
color: #a3e0de;
}
.color-3 {
color: #7ed3d1;
}
.color-4 {
color: #3bc4c4;
}
.color-5 {
color: #00999e;
}

/* CSS Variables */
:root {
--color-1: #dcf4f1;
--color-2: #a3e0de;
--color-3: #7ed3d1;
--color-4: #3bc4c4;
--color-5: #00999e;
}

🌈 Shades of Aqua の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcf4f1, #a3e0de, #7ed3d1, #3bc4c4, #00999e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcf4f1, #a3e0de, #7ed3d1, #3bc4c4, #00999e);
}

Shades of Aqua color palette created on .