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