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