Colorful Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Blue palette

Share this palette to:

Colorful Blue color palette CSS

/* CSS */
.color-1 {
color: #f6a088;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f9e2a4;
}
.color-4 {
color: #a1d8e3;
}
.color-5 {
color: #6baedb;
}

/* CSS Variables */
:root {
--color-1: #f6a088;
--color-2: #f9d86c;
--color-3: #f9e2a4;
--color-4: #a1d8e3;
--color-5: #6baedb;
}

Colorful Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a088, #f9d86c, #f9e2a4, #a1d8e3, #6baedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a088, #f9d86c, #f9e2a4, #a1d8e3, #6baedb);
}

Colorful Blue color palette created on .