Fatima Sylla Color Palette

Discover the beautiful Fatima Sylla color palette featuring rose bud (#f9aeae), corvette (#f9d29f), sandwisp (#f3eba0), feijoa (#a2da8b) and seagull (#6cb8e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Peach, Pink, Spring, Summer, Vibrant, Yellow color palettes and combinations.

💡 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 Fatima Sylla palette

Share this palette to:

💻 Fatima Sylla color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9d29f;
}
.color-3 {
color: #f3eba0;
}
.color-4 {
color: #a2da8b;
}
.color-5 {
color: #6cb8e4;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9d29f;
--color-3: #f3eba0;
--color-4: #a2da8b;
--color-5: #6cb8e4;
}

🌈 Fatima Sylla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9d29f, #f3eba0, #a2da8b, #6cb8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9d29f, #f3eba0, #a2da8b, #6cb8e4);
}

Fatima Sylla color palette created on .