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