Axolotl カラーパレット

美しいAxolotlカラーパレットをご紹介します。wewak (#f3a4a0), wheat (#f6d1b1), marzipan (#f7e4a1), celadon (#a8e1ae) and downy (#7dc8d4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Axolotl カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a4a0;
}
.color-2 {
color: #f6d1b1;
}
.color-3 {
color: #f7e4a1;
}
.color-4 {
color: #a8e1ae;
}
.color-5 {
color: #7dc8d4;
}

/* CSS Variables */
:root {
--color-1: #f3a4a0;
--color-2: #f6d1b1;
--color-3: #f7e4a1;
--color-4: #a8e1ae;
--color-5: #7dc8d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a4a0, #f6d1b1, #f7e4a1, #a8e1ae, #7dc8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a4a0, #f6d1b1, #f7e4a1, #a8e1ae, #7dc8d4);
}

Axolotl color palette created on .