Seagull カラーパレット
美しいSeagullカラーパレットをご紹介します。jet stream (#b6d2d0), opal (#a1c6c9), gulf stream (#80b3b3), ocean green (#4cae88) and paradiso (#2f7f7f)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Seagullパレットを使った美しいUIコンポーネントを探索
💻 Seagull カラーパレット CSS
/* CSS */
.color-1 {
color: #b6d2d0;
}
.color-2 {
color: #a1c6c9;
}
.color-3 {
color: #80b3b3;
}
.color-4 {
color: #4cae88;
}
.color-5 {
color: #2f7f7f;
}
/* CSS Variables */
:root {
--color-1: #b6d2d0;
--color-2: #a1c6c9;
--color-3: #80b3b3;
--color-4: #4cae88;
--color-5: #2f7f7f;
} 🌈 Seagull の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d2d0, #a1c6c9, #80b3b3, #4cae88, #2f7f7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d2d0, #a1c6c9, #80b3b3, #4cae88, #2f7f7f);
} 🔗 似たようなカラーパレットを探索
Seagullカラーパレットはに作成されました。