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