Pink Victoria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Victoria palette
Pink Victoria color palette CSS
/* CSS */
.color-1 {
color: #f7c5d0;
}
.color-2 {
color: #f5b2cf;
}
.color-3 {
color: #f49c9a;
}
.color-4 {
color: #f48b71;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #f7c5d0;
--color-2: #f5b2cf;
--color-3: #f49c9a;
--color-4: #f48b71;
--color-5: #fab700;
}
Pink Victoria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d0, #f5b2cf, #f49c9a, #f48b71, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d0, #f5b2cf, #f49c9a, #f48b71, #fab700);
}
Similar color palettes
Pink Victoria color palette created on .