Loading...

Sonic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sonic palette

Share this palette to:

Download Sonic Color Palette (PNG)

Download sonic color palette PNG image (landscape)
Download sonic color palette PNG image (square)

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);
}

Sonic color palette created on .