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