Atlas カラーパレット

美しいAtlasカラーパレットをご紹介します。ming (#3a7d8d), tradewind (#5db1a6), riptide (#8cedc8), new orleans (#f2e1a1) and sandy brown (#f1a94b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Atlas カラーパレット CSS

/* CSS */
.color-1 {
color: #3a7d8d;
}
.color-2 {
color: #5db1a6;
}
.color-3 {
color: #8cedc8;
}
.color-4 {
color: #f2e1a1;
}
.color-5 {
color: #f1a94b;
}

/* CSS Variables */
:root {
--color-1: #3a7d8d;
--color-2: #5db1a6;
--color-3: #8cedc8;
--color-4: #f2e1a1;
--color-5: #f1a94b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7d8d, #5db1a6, #8cedc8, #f2e1a1, #f1a94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7d8d, #5db1a6, #8cedc8, #f2e1a1, #f1a94b);
}

Atlas color palette created on .