Swirl Shell Color Palette
Discover the beautiful Swirl Shell color palette featuring tacao (#f2b58c), my pink (#d49f8c), brandy rose (#b88493), mamba (#8f7b9d) and waikawa gray (#5c6a99).
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 Swirl Shell palette
💻 Swirl Shell color palette CSS
/* CSS */
.color-1 {
color: #f2b58c;
}
.color-2 {
color: #d49f8c;
}
.color-3 {
color: #b88493;
}
.color-4 {
color: #8f7b9d;
}
.color-5 {
color: #5c6a99;
}
/* CSS Variables */
:root {
--color-1: #f2b58c;
--color-2: #d49f8c;
--color-3: #b88493;
--color-4: #8f7b9d;
--color-5: #5c6a99;
} 🌈 Swirl Shell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b58c, #d49f8c, #b88493, #8f7b9d, #5c6a99);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b58c, #d49f8c, #b88493, #8f7b9d, #5c6a99);
} 🔗 Explore similar color palettes
Swirl Shell color palette created on .