Salmon Bliss Color Palette

Discover the beautiful Salmon Bliss color palette featuring atomic tangerine (#ffa05b), hit pink (#ffb48e), flesh (#ffc9ad), karry (#ffe9da) and your pink (#ffc6bb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beach, Bright, Coral, Cream, Peach, Pink, Soft, Sunset, Warm 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 Salmon Bliss palette

Share this palette to:

๐Ÿ’ป Salmon Bliss color palette CSS

/* CSS */
.color-1 {
color: #ffa05b;
}
.color-2 {
color: #ffb48e;
}
.color-3 {
color: #ffc9ad;
}
.color-4 {
color: #ffe9da;
}
.color-5 {
color: #ffc6bb;
}

/* CSS Variables */
:root {
--color-1: #ffa05b;
--color-2: #ffb48e;
--color-3: #ffc9ad;
--color-4: #ffe9da;
--color-5: #ffc6bb;
}

๐ŸŒˆ Salmon Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa05b, #ffb48e, #ffc9ad, #ffe9da, #ffc6bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa05b, #ffb48e, #ffc9ad, #ffe9da, #ffc6bb);
}

Salmon Bliss color palette created on .