Vibrant Pink and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pink and Blue palette
Vibrant Pink and Blue color palette CSS
/* CSS */
.color-1 {
color: #ff3d77;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #4d8bff;
}
.color-4 {
color: #5f8c3b;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #ff3d77;
--color-2: #ffd900;
--color-3: #4d8bff;
--color-4: #5f8c3b;
--color-5: #ff6d1f;
}
Vibrant Pink and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}
Similar color palettes
Vibrant Pink and Blue color palette created on .