Pink and Blue Hippy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Blue Hippy palette
Pink and Blue Hippy color palette PNG image
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 .