Sunlit Coastal Serenity Color Palette

Discover the beautiful Sunlit Coastal Serenity color palette featuring gray nurse (#e2e5e1), cream can (#f2d163), hit gray (#9caab0), geebung (#cd8b18) and nevada (#5e7073).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Vibrant, Minimalist, Autumn, Boho 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 Sunlit Coastal Serenity palette

Share this palette to:

💻 Sunlit Coastal Serenity color palette CSS

/* CSS */
.color-1 {
color: #e2e5e1;
}
.color-2 {
color: #f2d163;
}
.color-3 {
color: #9caab0;
}
.color-4 {
color: #cd8b18;
}
.color-5 {
color: #5e7073;
}

/* CSS Variables */
:root {
--color-1: #e2e5e1;
--color-2: #f2d163;
--color-3: #9caab0;
--color-4: #cd8b18;
--color-5: #5e7073;
}

🌈 Sunlit Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5e1, #f2d163, #9caab0, #cd8b18, #5e7073);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5e1, #f2d163, #9caab0, #cd8b18, #5e7073);
}

Sunlit Coastal Serenity color palette created on .