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