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