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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Salmon Bliss color palette created on .