Serenity of the Sea カラーパレット

美しいSerenity of the Seaカラーパレットをご紹介します。morning glory (#a3d3e0), glacier (#7ab0c2), wedgewood (#4b8b9b), casal (#2f666a) and blue dianne (#1c4345)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity of the Sea カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #7ab0c2;
}
.color-3 {
color: #4b8b9b;
}
.color-4 {
color: #2f666a;
}
.color-5 {
color: #1c4345;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #7ab0c2;
--color-3: #4b8b9b;
--color-4: #2f666a;
--color-5: #1c4345;
}

🌈 Serenity of the Sea の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}

Serenity of the Sea color palette created on .