Pastel Blue Bliss Color Palette
Discover the beautiful Pastel Blue Bliss color palette featuring regent st blue (#a3c7e0), tropical blue (#b8e1f4), pattens blue (#e0f7ff), vanilla ice (#f4d7e2) and illusion (#f7b1c7).
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 Blue Bliss palette
💻 Pastel Blue Bliss color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8e1f4;
}
.color-3 {
color: #e0f7ff;
}
.color-4 {
color: #f4d7e2;
}
.color-5 {
color: #f7b1c7;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8e1f4;
--color-3: #e0f7ff;
--color-4: #f4d7e2;
--color-5: #f7b1c7;
} 🌈 Pastel Blue Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8e1f4, #e0f7ff, #f4d7e2, #f7b1c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8e1f4, #e0f7ff, #f4d7e2, #f7b1c7);
} 🔗 Explore similar color palettes
Pastel Blue Bliss color palette created on .