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