Shades of Cerulean カラーパレット

美しいShades of Ceruleanカラーパレットをご紹介します。cerulean (#02a7d4), bondi blue (#0096b8), blue lagoon (#007c8f), blue stone (#005c66) and sherpa blue (#003d4d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #007c8f;
}
.color-4 {
color: #005c66;
}
.color-5 {
color: #003d4d;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0096b8;
--color-3: #007c8f;
--color-4: #005c66;
--color-5: #003d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0096b8, #007c8f, #005c66, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0096b8, #007c8f, #005c66, #003d4d);
}

Shades of Cerulean color palette created on .