Vibrant Yellow Pink Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Yellow Pink Purple palette
Vibrant Yellow Pink Purple color palette CSS
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f14b99;
}
.color-4 {
color: #a42d90;
}
.color-5 {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f76e6e;
--color-3: #f14b99;
--color-4: #a42d90;
--color-5: #8a2ce2;
}
Vibrant Yellow Pink Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}
Similar color palettes
Vibrant Yellow Pink Purple color palette created on .