Blue and Pink Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue and Pink Bliss palette

Share this palette to:

Blue and Pink Bliss color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #ffccf9;
}
.color-5 {
color: #ff2e62;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff7092;
--color-3: #ffb347;
--color-4: #ffccf9;
--color-5: #ff2e62;
}

Blue and Pink Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff7092, #ffb347, #ffccf9, #ff2e62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff7092, #ffb347, #ffccf9, #ff2e62);
}

Blue and Pink Bliss color palette created on .