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