Sonic Color Palette
Discover the beautiful Sonic color palette featuring cerulean (#0096d1), turquoise blue (#62d1e4), zombie (#e8d29c), carissma (#ea75ac) and lipstick (#b8006e).
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 palette
💻 Sonic color palette CSS
/* CSS */
.color-1 {
color: #0096d1;
}
.color-2 {
color: #62d1e4;
}
.color-3 {
color: #e8d29c;
}
.color-4 {
color: #ea75ac;
}
.color-5 {
color: #b8006e;
}
/* CSS Variables */
:root {
--color-1: #0096d1;
--color-2: #62d1e4;
--color-3: #e8d29c;
--color-4: #ea75ac;
--color-5: #b8006e;
}
🌈 Sonic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d1, #62d1e4, #e8d29c, #ea75ac, #b8006e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d1, #62d1e4, #e8d29c, #ea75ac, #b8006e);
}
🔗 Explore similar color palettes
Sonic color palette created on .