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