"Serphina's Serenade" カラーパレット
美しい"Serphina's Serenade"カラーパレットをご紹介します。bittersweet (#ff6e61), rose bud (#f9aeae), marzipan (#f7d9a1), aqua island (#a4d2db) and ronchi (#f1c84b)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
"Serphina's Serenade"パレットを使った美しいUIコンポーネントを探索
💻 "Serphina's Serenade" カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f7d9a1;
}
.color-4 {
color: #a4d2db;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f9aeae;
--color-3: #f7d9a1;
--color-4: #a4d2db;
--color-5: #f1c84b;
} 🌈 "Serphina's Serenade" の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f9aeae, #f7d9a1, #a4d2db, #f1c84b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f9aeae, #f7d9a1, #a4d2db, #f1c84b);
} "Serphina's Serenade" color palette created on .