Pastel Starlight Color Palette
Discover the beautiful Pastel Starlight color palette featuring marzipan (#f8e2a5), chantilly (#f6b6d3), perfume (#d6a2f6), jordy blue (#8abdf5) and smalt blue (#4f8c85).
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 Starlight palette
💻 Pastel Starlight color palette CSS
/* CSS */
.color-1 {
color: #f8e2a5;
}
.color-2 {
color: #f6b6d3;
}
.color-3 {
color: #d6a2f6;
}
.color-4 {
color: #8abdf5;
}
.color-5 {
color: #4f8c85;
}
/* CSS Variables */
:root {
--color-1: #f8e2a5;
--color-2: #f6b6d3;
--color-3: #d6a2f6;
--color-4: #8abdf5;
--color-5: #4f8c85;
} 🌈 Pastel Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2a5, #f6b6d3, #d6a2f6, #8abdf5, #4f8c85);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2a5, #f6b6d3, #d6a2f6, #8abdf5, #4f8c85);
} 🔗 Explore similar color palettes
Pastel Starlight color palette created on .