Shades of Alabaster カラーパレット

美しいShades of Alabasterカラーパレットをご紹介します。porcelain (#f6f8f8), iron (#e0e4e6), jungle mist (#c0d6d8), jungle mist (#a4c9cb) and neptune (#86b9bb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Alabaster カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f8f8;
}
.color-2 {
color: #e0e4e6;
}
.color-3 {
color: #c0d6d8;
}
.color-4 {
color: #a4c9cb;
}
.color-5 {
color: #86b9bb;
}

/* CSS Variables */
:root {
--color-1: #f6f8f8;
--color-2: #e0e4e6;
--color-3: #c0d6d8;
--color-4: #a4c9cb;
--color-5: #86b9bb;
}

🌈 Shades of Alabaster の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f8f8, #e0e4e6, #c0d6d8, #a4c9cb, #86b9bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f8f8, #e0e4e6, #c0d6d8, #a4c9cb, #86b9bb);
}

Shades of Alabasterカラーパレットはに作成されました。