Serenity in a Teacup Color Palette
Discover the beautiful Serenity in a Teacup color palette featuring green mist (#d8d8b0), pixie green (#b0d8b0), casper (#a4c8d0), wewak (#f2a1a6) and froly (#f58d8a).
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 Serenity in a Teacup palette
💻 Serenity in a Teacup color palette CSS
/* CSS */
.color-1 {
color: #d8d8b0;
}
.color-2 {
color: #b0d8b0;
}
.color-3 {
color: #a4c8d0;
}
.color-4 {
color: #f2a1a6;
}
.color-5 {
color: #f58d8a;
}
/* CSS Variables */
:root {
--color-1: #d8d8b0;
--color-2: #b0d8b0;
--color-3: #a4c8d0;
--color-4: #f2a1a6;
--color-5: #f58d8a;
} 🌈 Serenity in a Teacup background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d8b0, #b0d8b0, #a4c8d0, #f2a1a6, #f58d8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d8b0, #b0d8b0, #a4c8d0, #f2a1a6, #f58d8a);
} 🔗 Explore similar color palettes
Serenity in a Teacup color palette created on .