Fear of Abandonment Color Palette

Discover the beautiful Fear of Abandonment color palette featuring chambray (#3a5f8d), havelock blue (#5b8fdc), regent st blue (#a4c8e5), sidecar (#f1e1b1) and wewak (#f1a2a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coral, Light, Modern, Soft, Summer 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 Fear of Abandonment palette

Share this palette to:

💻 Fear of Abandonment color palette CSS

/* CSS */
.color-1 {
color: #3a5f8d;
}
.color-2 {
color: #5b8fdc;
}
.color-3 {
color: #a4c8e5;
}
.color-4 {
color: #f1e1b1;
}
.color-5 {
color: #f1a2a2;
}

/* CSS Variables */
:root {
--color-1: #3a5f8d;
--color-2: #5b8fdc;
--color-3: #a4c8e5;
--color-4: #f1e1b1;
--color-5: #f1a2a2;
}

🌈 Fear of Abandonment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5f8d, #5b8fdc, #a4c8e5, #f1e1b1, #f1a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5f8d, #5b8fdc, #a4c8e5, #f1e1b1, #f1a2a2);
}

Fear of Abandonment color palette created on .