Beachcore Color Palette

Discover the beautiful Beachcore color palette featuring sandwisp (#f5e2a3), apricot peach (#f9cfae), rose bud (#f7aaa1), tacao (#f29e87) and charm (#d67a8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coral, Fun, Pink, Summer, Sun, 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 Beachcore palette

Share this palette to:

💻 Beachcore color palette CSS

/* CSS */
.color-1 {
color: #f5e2a3;
}
.color-2 {
color: #f9cfae;
}
.color-3 {
color: #f7aaa1;
}
.color-4 {
color: #f29e87;
}
.color-5 {
color: #d67a8b;
}

/* CSS Variables */
:root {
--color-1: #f5e2a3;
--color-2: #f9cfae;
--color-3: #f7aaa1;
--color-4: #f29e87;
--color-5: #d67a8b;
}

🌈 Beachcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2a3, #f9cfae, #f7aaa1, #f29e87, #d67a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2a3, #f9cfae, #f7aaa1, #f29e87, #d67a8b);
}

Beachcore color palette created on .