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