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