Refined Serenity カラーパレット

美しいRefined Serenityカラーパレットをご紹介します。astronaut (#264b69), ming (#3d7486), horizon (#598fa8), neptune (#84b9c0) and casper (#a2c5cf)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Refined Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #264b69;
}
.color-2 {
color: #3d7486;
}
.color-3 {
color: #598fa8;
}
.color-4 {
color: #84b9c0;
}
.color-5 {
color: #a2c5cf;
}

/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7486;
--color-3: #598fa8;
--color-4: #84b9c0;
--color-5: #a2c5cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7486, #598fa8, #84b9c0, #a2c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7486, #598fa8, #84b9c0, #a2c5cf);
}

Refined Serenity color palette created on .