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