Strawberry Fields Family Color Palette

Discover the beautiful Strawberry Fields Family color palette featuring wild watermelon (#ff6b81), vivid tangerine (#ff997a), texas rose (#ffb05c), mustard (#ffdb57) and vis vis (#fff4a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, 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 Strawberry Fields Family palette

Share this palette to:

💻 Strawberry Fields Family color palette CSS

/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff997a;
}
.color-3 {
color: #ffb05c;
}
.color-4 {
color: #ffdb57;
}
.color-5 {
color: #fff4a3;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff997a;
--color-3: #ffb05c;
--color-4: #ffdb57;
--color-5: #fff4a3;
}

🌈 Strawberry Fields Family background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff997a, #ffb05c, #ffdb57, #fff4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff997a, #ffb05c, #ffdb57, #fff4a3);
}

Strawberry Fields Family color palette created on .