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