Rosewood Pink カラーパレット
美しいRosewood Pinkカラーパレットをご紹介します。mulberry (#c45a8d), kobi (#eab8d1), strikemaster (#9b698d), selective yellow (#fab700) and persimmon (#ff5f57)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Pink, Garden, Vibrant, Brightカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Rosewood Pinkパレットを使った美しいUIコンポーネントを探索
💻 Rosewood Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #c45a8d;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #9b698d;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #ff5f57;
}
/* CSS Variables */
:root {
--color-1: #c45a8d;
--color-2: #eab8d1;
--color-3: #9b698d;
--color-4: #fab700;
--color-5: #ff5f57;
}
🌈 Rosewood Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c45a8d, #eab8d1, #9b698d, #fab700, #ff5f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c45a8d, #eab8d1, #9b698d, #fab700, #ff5f57);
}
🔗 似たようなカラーパレットを探索
Rosewood Pink color palette created on .