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