Bright Coastal Bliss Color Palette

Discover the beautiful Bright Coastal Bliss color palette featuring orient (#005c75), lochmara (#007ab8), peach yellow (#f8e1af), white rock (#eae6d2) and blossom (#d7a8b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Blue, Cream, Pink, Warm 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 Bright Coastal Bliss palette

Share this palette to:

💻 Bright Coastal Bliss color palette CSS

/* CSS */
.color-1 {
color: #005c75;
}
.color-2 {
color: #007ab8;
}
.color-3 {
color: #f8e1af;
}
.color-4 {
color: #eae6d2;
}
.color-5 {
color: #d7a8b9;
}

/* CSS Variables */
:root {
--color-1: #005c75;
--color-2: #007ab8;
--color-3: #f8e1af;
--color-4: #eae6d2;
--color-5: #d7a8b9;
}

🌈 Bright Coastal Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005c75, #007ab8, #f8e1af, #eae6d2, #d7a8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005c75, #007ab8, #f8e1af, #eae6d2, #d7a8b9);
}

Bright Coastal Bliss color palette created on .