Cottagecore Pink Color Palette

Discover the beautiful Cottagecore Pink color palette featuring pavlova (#d9c4a5), fringy flower (#b7e1c2), sidecar (#f1e3b1), manhattan (#f7b7a1) and strikemaster (#9e6b84).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Green, Pink, Vintage 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 Cottagecore Pink palette

Share this palette to:

💻 Cottagecore Pink color palette CSS

/* CSS */
.color-1 {
color: #d9c4a5;
}
.color-2 {
color: #b7e1c2;
}
.color-3 {
color: #f1e3b1;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #9e6b84;
}

/* CSS Variables */
:root {
--color-1: #d9c4a5;
--color-2: #b7e1c2;
--color-3: #f1e3b1;
--color-4: #f7b7a1;
--color-5: #9e6b84;
}

🌈 Cottagecore Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c4a5, #b7e1c2, #f1e3b1, #f7b7a1, #9e6b84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c4a5, #b7e1c2, #f1e3b1, #f7b7a1, #9e6b84);
}

Cottagecore Pink color palette created on .