Swansea Mouthwashing Color Palette
Discover the beautiful Swansea Mouthwashing color palette featuring mandys pink (#f7c7ba), rose bud (#f7a3a1), froly (#f7698a), cranberry (#d65c81) and cadillac (#aa4b77).
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 Swansea Mouthwashing palette
💻 Swansea Mouthwashing color palette CSS
/* CSS */
.color-1 {
color: #f7c7ba;
}
.color-2 {
color: #f7a3a1;
}
.color-3 {
color: #f7698a;
}
.color-4 {
color: #d65c81;
}
.color-5 {
color: #aa4b77;
}
/* CSS Variables */
:root {
--color-1: #f7c7ba;
--color-2: #f7a3a1;
--color-3: #f7698a;
--color-4: #d65c81;
--color-5: #aa4b77;
} 🌈 Swansea Mouthwashing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ba, #f7a3a1, #f7698a, #d65c81, #aa4b77);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ba, #f7a3a1, #f7698a, #d65c81, #aa4b77);
} 🔗 Explore similar color palettes
Swansea Mouthwashing color palette created on .