Aqua Serenity カラーパレット

美しいAqua Serenityカラーパレットをご紹介します。pacific blue (#0095c7), cerulean (#00b0e0), bright turquoise (#00d7eb), water leaf (#a2e6e4) and polar (#dff7f5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d7eb;
}
.color-4 {
color: #a2e6e4;
}
.color-5 {
color: #dff7f5;
}

/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b0e0;
--color-3: #00d7eb;
--color-4: #a2e6e4;
--color-5: #dff7f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b0e0, #00d7eb, #a2e6e4, #dff7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b0e0, #00d7eb, #a2e6e4, #dff7f5);
}

Aqua Serenityカラーパレットはに作成されました。