Shades of Pink and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink and Blue palette

Share this palette to:

Shades of Pink and Blue color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #a6d8d3;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff8052;
--color-3: #ffcc00;
--color-4: #b3e0ff;
--color-5: #a6d8d3;
}

Shades of Pink and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff8052, #ffcc00, #b3e0ff, #a6d8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff8052, #ffcc00, #b3e0ff, #a6d8d3);
}

Shades of Pink and Blue color palette created on .