Vibrant Pink and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Pink and Blue palette

Share this palette to:

Vibrant Pink and Blue color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #e26987;
}
.color-5 {
color: #d4a5a5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #f3ca4f;
--color-4: #e26987;
--color-5: #d4a5a5;
}

Vibrant Pink and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #71a3ef, #f3ca4f, #e26987, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #71a3ef, #f3ca4f, #e26987, #d4a5a5);
}

Vibrant Pink and Blue color palette created on .