Discover the beautiful Sunny Coast Vibes color palette featuring ronchi (#f1c84b), wewak (#f1a8a2), carnation (#f05c5c), dodger blue (#298dff) and pelorous (#3cb1c3).

Sunny Coast Vibes Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Sunny Coast Vibes palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Sunny Coast Vibes palette

Share this palette to:

💻 Sunny Coast Vibes color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f05c5c;
}
.color-4 {
color: #298dff;
}
.color-5 {
color: #3cb1c3;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a8a2;
--color-3: #f05c5c;
--color-4: #298dff;
--color-5: #3cb1c3;
}

🌈 Sunny Coast Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a8a2, #f05c5c, #298dff, #3cb1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a8a2, #f05c5c, #298dff, #3cb1c3);
}

Sunny Coast Vibes color palette created on .