Sonic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sonic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sonic Color Palette (PNG)
Sonic color palette CSS
/* CSS */
.color-1 {
color: #1e9cf1;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00b4e0;
}
.color-4 {
color: #00cbe6;
}
.color-5 {
color: #00d6e6;
}
/* CSS Variables */
:root {
--color-1: #1e9cf1;
--color-2: #00a5e0;
--color-3: #00b4e0;
--color-4: #00cbe6;
--color-5: #00d6e6;
}
Sonic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e9cf1, #00a5e0, #00b4e0, #00cbe6, #00d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e9cf1, #00a5e0, #00b4e0, #00cbe6, #00d6e6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sonic color palette created on .