Coastal Serenity カラーパレット

美しいCoastal Serenityカラーパレットをご紹介します。bondi blue (#0096b8), cerulean (#00b2d6), regent st blue (#a3e0e6), maize (#f6d79d) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #a3e0e6;
}
.color-4 {
color: #f6d79d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d6;
--color-3: #a3e0e6;
--color-4: #f6d79d;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d6, #a3e0e6, #f6d79d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d6, #a3e0e6, #f6d79d, #ff6e61);
}

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