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