Serene Beryl カラーパレット

美しいSerene Berylカラーパレットをご紹介します。gossip (#b0f4a4), magic mint (#94f0a6), viking (#55e2bd), eastern blue (#1b9bac) and genoa (#136b71)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Beryl カラーパレット CSS

/* CSS */
.color-1 {
color: #b0f4a4;
}
.color-2 {
color: #94f0a6;
}
.color-3 {
color: #55e2bd;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #136b71;
}

/* CSS Variables */
:root {
--color-1: #b0f4a4;
--color-2: #94f0a6;
--color-3: #55e2bd;
--color-4: #1b9bac;
--color-5: #136b71;
}

🌈 Serene Beryl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}

Serene Beryl color palette created on .