Sonic Blue Color Palette
Discover the beautiful Sonic Blue color palette featuring cerulean (#00a5e0), curious blue (#1b81d0), picton blue (#4abbe8), spray (#7ee3f1) and sail (#a4e7f9).
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 Sonic Blue palette
💻 Sonic Blue color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #1b81d0;
}
.color-3 {
color: #4abbe8;
}
.color-4 {
color: #7ee3f1;
}
.color-5 {
color: #a4e7f9;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #1b81d0;
--color-3: #4abbe8;
--color-4: #7ee3f1;
--color-5: #a4e7f9;
} 🌈 Sonic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #1b81d0, #4abbe8, #7ee3f1, #a4e7f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #1b81d0, #4abbe8, #7ee3f1, #a4e7f9);
} 🔗 Explore similar color palettes
Sonic Blue color palette created on .