Sweetheart Confections Color Palette

Discover the beautiful Sweetheart Confections color palette featuring congo brown (#5b3939), coral tree (#a85d5d), eunry (#d39c9c), rose fog (#e2aea6) and vanilla ice (#f0d6d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Fun, Red 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 Sweetheart Confections palette

Share this palette to:

๐Ÿ’ป Sweetheart Confections color palette CSS

/* CSS */
.color-1 {
color: #5b3939;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #d39c9c;
}
.color-4 {
color: #e2aea6;
}
.color-5 {
color: #f0d6d6;
}

/* CSS Variables */
:root {
--color-1: #5b3939;
--color-2: #a85d5d;
--color-3: #d39c9c;
--color-4: #e2aea6;
--color-5: #f0d6d6;
}

๐ŸŒˆ Sweetheart Confections background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3939, #a85d5d, #d39c9c, #e2aea6, #f0d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3939, #a85d5d, #d39c9c, #e2aea6, #f0d6d6);
}

Sweetheart Confections color palette created on .