Serenity by the Shore カラーパレット

美しいSerenity by the Shoreカラーパレットをご紹介します。biscay (#1e3a76), blue bayoux (#4a6e7d), gulf stream (#7eb9a9), tasman (#d5e2d5) and panache (#f3f9f1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity by the Shore カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a6e7d;
}
.color-3 {
color: #7eb9a9;
}
.color-4 {
color: #d5e2d5;
}
.color-5 {
color: #f3f9f1;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a6e7d;
--color-3: #7eb9a9;
--color-4: #d5e2d5;
--color-5: #f3f9f1;
}

🌈 Serenity by the Shore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a6e7d, #7eb9a9, #d5e2d5, #f3f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a6e7d, #7eb9a9, #d5e2d5, #f3f9f1);
}

Serenity by the Shore color palette created on .