Serene Blossom カラーパレット

美しいSerene Blossomカラーパレットをご紹介します。bittersweet (#ff6e61), atomic tangerine (#ffa061), golden tainoi (#ffca61), padua (#a8e6cf) and mauve (#d6acfb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffca61;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #d6acfb;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa061;
--color-3: #ffca61;
--color-4: #a8e6cf;
--color-5: #d6acfb;
}

🌈 Serene Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa061, #ffca61, #a8e6cf, #d6acfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa061, #ffca61, #a8e6cf, #d6acfb);
}

Serene Blossomカラーパレットはに作成されました。