Sonic Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sonic Blue palette

Share this palette to:

Download Sonic Blue Color Palette (PNG)

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

Sonic Blue color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #005ca3;
}
.color-4 {
color: #002d70;
}
.color-5 {
color: #002b57;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0077c7;
--color-3: #005ca3;
--color-4: #002d70;
--color-5: #002b57;
}

Sonic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0077c7, #005ca3, #002d70, #002b57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0077c7, #005ca3, #002d70, #002b57);
}

Sonic Blue color palette created on .