Pink and Blue Hippy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Blue Hippy palette

Share this palette to:

Pink and Blue Hippy color palette PNG image

Download pink and blue hippy color palette PNG image (landscape)
Download pink and blue hippy color palette PNG image (square)

Pink and Blue Hippy color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #70a3d7;
}
.color-3 {
color: #f6a7b3;
}
.color-4 {
color: #4f7d92;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70a3d7;
--color-3: #f6a7b3;
--color-4: #4f7d92;
--color-5: #ffd900;
}

Pink and Blue Hippy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70a3d7, #f6a7b3, #4f7d92, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70a3d7, #f6a7b3, #4f7d92, #ffd900);
}

Similar color palettes

Pink and Blue Hippy color palette created on .