Perry the Platypus カラーパレット
美しいPerry the Platypusカラーパレットをご紹介します。eastern blue (#1c8b9c), fountain blue (#4bb9b5), downy (#73d3d0), aqua island (#b2e0e0) and catskill white (#f1f8f8)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aqua, Bright, Blue, Fun, Teal, Tropical, Light Spring, Summer, Softカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Perry the Platypusパレットを使った美しいUIコンポーネントを探索
💻 Perry the Platypus カラーパレット CSS
/* CSS */
.color-1 {
color: #1c8b9c;
}
.color-2 {
color: #4bb9b5;
}
.color-3 {
color: #73d3d0;
}
.color-4 {
color: #b2e0e0;
}
.color-5 {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--color-1: #1c8b9c;
--color-2: #4bb9b5;
--color-3: #73d3d0;
--color-4: #b2e0e0;
--color-5: #f1f8f8;
} 🌈 Perry the Platypus の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8b9c, #4bb9b5, #73d3d0, #b2e0e0, #f1f8f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8b9c, #4bb9b5, #73d3d0, #b2e0e0, #f1f8f8);
} 🔗 似たようなカラーパレットを探索
Perry the Platypus color palette created on .