Faelyn Color Palette
Discover the beautiful Faelyn color palette featuring new orleans (#f1d3a2), cashmere (#e9b6a0), my pink (#d69c94), puce (#c67b8d) and tapestry (#b95f8e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
 - •Adjust its brightness, saturation, and warmth to create new variations
 - •Preview UI components to see how colors work in real interfaces
 - •Copy CSS code including background gradients and color variables
 - •Download the palette
 - •Share your palette with team members and clients
 
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Faelyn palette
💻 Faelyn color palette CSS
/* CSS */
.color-1 {
  color: #f1d3a2;
 }
.color-2 {
  color: #e9b6a0;
 }
.color-3 {
  color: #d69c94;
 }
.color-4 {
  color: #c67b8d;
 }
.color-5 {
  color: #b95f8e;
 }
/* CSS Variables */
:root {
  --color-1: #f1d3a2;
  --color-2: #e9b6a0;
  --color-3: #d69c94;
  --color-4: #c67b8d;
  --color-5: #b95f8e;
 } 🌈 Faelyn background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f1d3a2, #e9b6a0, #d69c94, #c67b8d, #b95f8e);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #f1d3a2, #e9b6a0, #d69c94, #c67b8d, #b95f8e);
 } 🔗 Explore similar color palettes
Faelyn color palette created on .