Tropical Sunrise Bliss カラーパレット
美しいTropical Sunrise Blissカラーパレットをご紹介します。bittersweet (#ff6e61), yellow orange (#ffb347), mustard (#ffdb57), sinbad (#a6d8d1) and astral (#3b8a9b)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Tropical Sunrise Blissパレットを使った美しいUIコンポーネントを探索
💻 Tropical Sunrise Bliss カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffdb57;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #3b8a9b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb347;
--color-3: #ffdb57;
--color-4: #a6d8d1;
--color-5: #3b8a9b;
} 🌈 Tropical Sunrise Bliss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb347, #ffdb57, #a6d8d1, #3b8a9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb347, #ffdb57, #a6d8d1, #3b8a9b);
} Tropical Sunrise Bliss color palette created on .