Tosca Dreams カラーパレット

美しいTosca Dreamsカラーパレットをご紹介します。mountain meadow (#1abc9c), mountain meadow (#16a286), shamrock (#2ecc70), jungle green (#28af60) and curious blue (#3398db)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aqua, Teal, Green, Blue, Bright, Vibrant, Emeraldカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Tosca Dreamsパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Tosca Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #2ecc70;
--color-4: #28af60;
--color-5: #3398db;
}

🌈 Tosca Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}

Tosca Dreams color palette created on .