Purrfectly Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purrfectly Pink palette
Purrfectly Pink color palette PNG image
Purrfectly Pink color palette CSS
/* CSS */
.color-1 {
color: #f9ccb9;
}
.color-2 {
color: #f5a8b1;
}
.color-3 {
color: #f57a9b;
}
.color-4 {
color: #e55285;
}
.color-5 {
color: #d1006c;
}
/* CSS Variables */
:root {
--color-1: #f9ccb9;
--color-2: #f5a8b1;
--color-3: #f57a9b;
--color-4: #e55285;
--color-5: #d1006c;
}
Purrfectly Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ccb9, #f5a8b1, #f57a9b, #e55285, #d1006c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ccb9, #f5a8b1, #f57a9b, #e55285, #d1006c);
}
Similar color palettes
Purrfectly Pink color palette created on .