Vibrant Equation カラーパレット

美しいVibrant Equationカラーパレットをご紹介します。geraldine (#ff818f), macaroni and cheese (#ffae72), bright sun (#ffde30), pastel green (#90d46d) and java (#19c9e7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Equation カラーパレット CSS

/* CSS */
.color-1 {
color: #ff818f;
}
.color-2 {
color: #ffae72;
}
.color-3 {
color: #ffde30;
}
.color-4 {
color: #90d46d;
}
.color-5 {
color: #19c9e7;
}

/* CSS Variables */
:root {
--color-1: #ff818f;
--color-2: #ffae72;
--color-3: #ffde30;
--color-4: #90d46d;
--color-5: #19c9e7;
}

🌈 Vibrant Equation の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff818f, #ffae72, #ffde30, #90d46d, #19c9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff818f, #ffae72, #ffde30, #90d46d, #19c9e7);
}

Vibrant Equationカラーパレットはに作成されました。