Pink Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Vibes palette
Pink Vibes color palette CSS
/* CSS */
.color-1 {
color: #ff61a5;
}
.color-2 {
color: #6961ff;
}
.color-3 {
color: #a66bff;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ffb347;
}
/* CSS Variables */
:root {
--color-1: #ff61a5;
--color-2: #6961ff;
--color-3: #a66bff;
--color-4: #ff7092;
--color-5: #ffb347;
}
Pink Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff61a5, #6961ff, #a66bff, #ff7092, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff61a5, #6961ff, #a66bff, #ff7092, #ffb347);
}
Similar color palettes
Pink Vibes color palette created on .