Sabrina Carpenter Color Palette

Discover the beautiful Sabrina Carpenter color palette featuring apricot peach (#fbc3ac), rose bud (#f99fa1), carissma (#e67fad), medium purple (#8a62d5) and purple heart (#6338b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Lavender, Indigo, Violet, Warm, Soft, Modern, Elegant 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 Sabrina Carpenter palette

Share this palette to:

💻 Sabrina Carpenter color palette CSS

/* CSS */
.color-1 {
color: #fbc3ac;
}
.color-2 {
color: #f99fa1;
}
.color-3 {
color: #e67fad;
}
.color-4 {
color: #8a62d5;
}
.color-5 {
color: #6338b7;
}

/* CSS Variables */
:root {
--color-1: #fbc3ac;
--color-2: #f99fa1;
--color-3: #e67fad;
--color-4: #8a62d5;
--color-5: #6338b7;
}

🌈 Sabrina Carpenter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc3ac, #f99fa1, #e67fad, #8a62d5, #6338b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc3ac, #f99fa1, #e67fad, #8a62d5, #6338b7);
}

Sabrina Carpenter color palette created on .