Pink Strawberry Shortcake Color Palette

Discover the beautiful Pink Strawberry Shortcake color palette featuring rose bud (#f9a4b1), wheat (#f5d5b2), wheatfield (#f2e9ca), light orchid (#e8b5d4) and valencia (#d83b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Pink, Cream, Spring 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 Pink Strawberry Shortcake palette

Share this palette to:

💻 Pink Strawberry Shortcake color palette CSS

/* CSS */
.color-1 {
color: #f9a4b1;
}
.color-2 {
color: #f5d5b2;
}
.color-3 {
color: #f2e9ca;
}
.color-4 {
color: #e8b5d4;
}
.color-5 {
color: #d83b4d;
}

/* CSS Variables */
:root {
--color-1: #f9a4b1;
--color-2: #f5d5b2;
--color-3: #f2e9ca;
--color-4: #e8b5d4;
--color-5: #d83b4d;
}

🌈 Pink Strawberry Shortcake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b1, #f5d5b2, #f2e9ca, #e8b5d4, #d83b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b1, #f5d5b2, #f2e9ca, #e8b5d4, #d83b4d);
}

Pink Strawberry Shortcake color palette created on .