Retro Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Pink palette
Retro Pink color palette PNG image
Retro Pink color palette CSS
/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd86b;
}
.color-4 {
color: #6bff6b;
}
.color-5 {
color: #6bffb3;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ff9f6b;
--color-3: #ffd86b;
--color-4: #6bff6b;
--color-5: #6bffb3;
}
Retro Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}
Similar color palettes
Retro Pink color palette created on .