Pastel Moss Color Palette
Discover the beautiful Pastel Moss color palette featuring norway (#a8c4a1), pixie green (#bed7b7), kidnapper (#e0e8d4), rum swizzle (#f6f8e2) and mandys pink (#f0bab2).
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 Pastel Moss palette
💻 Pastel Moss color palette CSS
/* CSS */
.color-1 {
color: #a8c4a1;
}
.color-2 {
color: #bed7b7;
}
.color-3 {
color: #e0e8d4;
}
.color-4 {
color: #f6f8e2;
}
.color-5 {
color: #f0bab2;
}
/* CSS Variables */
:root {
--color-1: #a8c4a1;
--color-2: #bed7b7;
--color-3: #e0e8d4;
--color-4: #f6f8e2;
--color-5: #f0bab2;
} 🌈 Pastel Moss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c4a1, #bed7b7, #e0e8d4, #f6f8e2, #f0bab2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c4a1, #bed7b7, #e0e8d4, #f6f8e2, #f0bab2);
} 🔗 Explore similar color palettes
Pastel Moss color palette created on .