Joey's Dreamscape カラーパレット

美しいJoey's Dreamscapeカラーパレットをご紹介します。texas rose (#ffad5c), bittersweet (#ff6e61), cranberry (#d15779), amethyst (#a35cbc) and danube (#6b9cd1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Joey's Dreamscapeパレットを使った美しいUIコンポーネントを探索

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

💻 Joey's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ffad5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d15779;
}
.color-4 {
color: #a35cbc;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ffad5c;
--color-2: #ff6e61;
--color-3: #d15779;
--color-4: #a35cbc;
--color-5: #6b9cd1;
}

🌈 Joey's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad5c, #ff6e61, #d15779, #a35cbc, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad5c, #ff6e61, #d15779, #a35cbc, #6b9cd1);
}

Joey's Dreamscape color palette created on .