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