Bright Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Pink palette
Bright Pink color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffad42;
}
.color-3 {
color: #fff68f;
}
.color-4 {
color: #6c9e4c;
}
.color-5 {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffad42;
--color-3: #fff68f;
--color-4: #6c9e4c;
--color-5: #ff3d7e;
}
Bright Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffad42, #fff68f, #6c9e4c, #ff3d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffad42, #fff68f, #6c9e4c, #ff3d7e);
}
Similar color palettes
Bright Pink color palette created on .