Vibrant Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Vibrant Pink color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #5cff7f;
}
.color-5 {
color: #00c3ff;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff9900;
--color-3: #ffec42;
--color-4: #5cff7f;
--color-5: #00c3ff;
}
Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff9900, #ffec42, #5cff7f, #00c3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff9900, #ffec42, #5cff7f, #00c3ff);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Vibrant Pink color palette created on .