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