Aqua Dreamscape カラーパレット

美しいAqua Dreamscapeカラーパレットをご紹介します。cerulean (#00b4e0), java (#1bd7e4), turquoise blue (#4ae0e3), riptide (#8be9e3) and ice cold (#b3f4e4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aqua Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #00b4e0;
}
.color-2 {
color: #1bd7e4;
}
.color-3 {
color: #4ae0e3;
}
.color-4 {
color: #8be9e3;
}
.color-5 {
color: #b3f4e4;
}

/* CSS Variables */
:root {
--color-1: #00b4e0;
--color-2: #1bd7e4;
--color-3: #4ae0e3;
--color-4: #8be9e3;
--color-5: #b3f4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e0, #1bd7e4, #4ae0e3, #8be9e3, #b3f4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e0, #1bd7e4, #4ae0e3, #8be9e3, #b3f4e4);
}

Aqua Dreamscape color palette created on .