Robin's Nest カラーパレット

美しいRobin's Nestカラーパレットをご紹介します。kobi (#e6a2b3), mandys pink (#f4c3c4), marzipan (#f9e1a4), morning glory (#a3d3e1) and ship cove (#6a8db9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Robin's Nest カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a2b3;
}
.color-2 {
color: #f4c3c4;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #a3d3e1;
}
.color-5 {
color: #6a8db9;
}

/* CSS Variables */
:root {
--color-1: #e6a2b3;
--color-2: #f4c3c4;
--color-3: #f9e1a4;
--color-4: #a3d3e1;
--color-5: #6a8db9;
}

🌈 Robin's Nest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a2b3, #f4c3c4, #f9e1a4, #a3d3e1, #6a8db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a2b3, #f4c3c4, #f9e1a4, #a3d3e1, #6a8db9);
}

Robin's Nestカラーパレットはに作成されました。