Onyuris カラーパレット

美しいOnyurisカラーパレットをご紹介します。link water (#d5e6f1), mandys pink (#f0b2c2), marzipan (#f7e1a1), porsche (#e4a46c) and puce (#c57c9e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Onyuris カラーパレット CSS

/* CSS */
.color-1 {
color: #d5e6f1;
}
.color-2 {
color: #f0b2c2;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #e4a46c;
}
.color-5 {
color: #c57c9e;
}

/* CSS Variables */
:root {
--color-1: #d5e6f1;
--color-2: #f0b2c2;
--color-3: #f7e1a1;
--color-4: #e4a46c;
--color-5: #c57c9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e6f1, #f0b2c2, #f7e1a1, #e4a46c, #c57c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e6f1, #f0b2c2, #f7e1a1, #e4a46c, #c57c9e);
}

Onyuris color palette created on .