Finn's Serenity カラーパレット

美しいFinn's Serenityカラーパレットをご紹介します。astral (#3b8e9b), neptune (#81c5b0), granny apple (#def7e9), wheat (#f7d2b6) and froly (#f58a8a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Finn's Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8e9b;
}
.color-2 {
color: #81c5b0;
}
.color-3 {
color: #def7e9;
}
.color-4 {
color: #f7d2b6;
}
.color-5 {
color: #f58a8a;
}

/* CSS Variables */
:root {
--color-1: #3b8e9b;
--color-2: #81c5b0;
--color-3: #def7e9;
--color-4: #f7d2b6;
--color-5: #f58a8a;
}

🌈 Finn's Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8e9b, #81c5b0, #def7e9, #f7d2b6, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8e9b, #81c5b0, #def7e9, #f7d2b6, #f58a8a);
}

Finn's Serenity color palette created on .