Pink Chase Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Chase palette
Pink Chase color palette CSS
/* CSS */
.color-1 {
color: #9fb2c1;
}
.color-2 {
color: #d1b8c3;
}
.color-3 {
color: #f0c1d3;
}
.color-4 {
color: #f5a8ba;
}
.color-5 {
color: #f76e7e;
}
/* CSS Variables */
:root {
--color-1: #9fb2c1;
--color-2: #d1b8c3;
--color-3: #f0c1d3;
--color-4: #f5a8ba;
--color-5: #f76e7e;
}
Pink Chase background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fb2c1, #d1b8c3, #f0c1d3, #f5a8ba, #f76e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fb2c1, #d1b8c3, #f0c1d3, #f5a8ba, #f76e7e);
}
Similar color palettes
Pink Chase color palette created on .