Bright Coastal Dreams Color Palette

Discover the beautiful Bright Coastal Dreams color palette featuring persian green (#009ba3), deep cerulean (#0074b3), albescent white (#f7e7d4), white rock (#eae3d2) and careys pink (#d9a6af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Coastal, Cream, Soft 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 Dreams palette

Share this palette to:

💻 Bright Coastal Dreams color palette CSS

/* CSS */
.color-1 {
color: #009ba3;
}
.color-2 {
color: #0074b3;
}
.color-3 {
color: #f7e7d4;
}
.color-4 {
color: #eae3d2;
}
.color-5 {
color: #d9a6af;
}

/* CSS Variables */
:root {
--color-1: #009ba3;
--color-2: #0074b3;
--color-3: #f7e7d4;
--color-4: #eae3d2;
--color-5: #d9a6af;
}

🌈 Bright Coastal Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ba3, #0074b3, #f7e7d4, #eae3d2, #d9a6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ba3, #0074b3, #f7e7d4, #eae3d2, #d9a6af);
}

Bright Coastal Dreams color palette created on .