Blue Bliss Color Palette
Discover the beautiful Blue Bliss color palette featuring dodger blue (#1f8fff), malibu (#5cb3ff), malibu (#85c4ff), anakiwa (#a8d8ff) and pattens blue (#e0f7ff).
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 Blue Bliss palette
💻 Blue Bliss color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #5cb3ff;
}
.color-3 {
color: #85c4ff;
}
.color-4 {
color: #a8d8ff;
}
.color-5 {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #5cb3ff;
--color-3: #85c4ff;
--color-4: #a8d8ff;
--color-5: #e0f7ff;
} 🌈 Blue Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #5cb3ff, #85c4ff, #a8d8ff, #e0f7ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #5cb3ff, #85c4ff, #a8d8ff, #e0f7ff);
} 🔗 Explore similar color palettes
Blue Bliss color palette created on .