Soft Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blue palette

Share this palette to:

Soft Blue color palette CSS

/* CSS */
.color-1 {
color: #0acaff;
}
.color-2 {
color: #ff0f57;
}
.color-3 {
color: #ffbb00;
}
.color-4 {
color: #fa8100;
}
.color-5 {
color: #d60000;
}

/* CSS Variables */
:root {
--color-1: #0acaff;
--color-2: #ff0f57;
--color-3: #ffbb00;
--color-4: #fa8100;
--color-5: #d60000;
}

Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0acaff, #ff0f57, #ffbb00, #fa8100, #d60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0acaff, #ff0f57, #ffbb00, #fa8100, #d60000);
}

Soft Blue color palette created on .