美しいAdrian's Dreamscapeカラーパレットをご紹介します。rose bud (#f9b1ae), wheat (#f1e1a7), morning glory (#a8d4e1), de york (#7cc09e) and kashmir blue (#4c7090)で構成されています。
Adrian's Dreamscape カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Adrian's Dreamscapeパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Adrian's Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Adrian's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #a8d4e1;
}
.color-4 {
color: #7cc09e;
}
.color-5 {
color: #4c7090;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f1e1a7;
--color-3: #a8d4e1;
--color-4: #7cc09e;
--color-5: #4c7090;
}
🌈 Adrian's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f1e1a7, #a8d4e1, #7cc09e, #4c7090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f1e1a7, #a8d4e1, #7cc09e, #4c7090);
}
🔗 似たようなカラーパレットを探索
Adrian's Dreamscape color palette created on .