Sonic Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sonic Spectrum palette
Sonic Spectrum color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #00bdd6;
--color-3: #4cae4f;
--color-4: #ffec3d;
--color-5: #ff5724;
}
Sonic Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #00bdd6, #4cae4f, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #00bdd6, #4cae4f, #ffec3d, #ff5724);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sonic Spectrum color palette created on .