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