Pinkie Pie Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pinkie Pie Pink palette
Pinkie Pie Pink color palette CSS
/* CSS */
.color-1 {
color: #ff809f;
}
.color-2 {
color: #ffb3c6;
}
.color-3 {
color: #ffccf2;
}
.color-4 {
color: #ff99cc;
}
.color-5 {
color: #ff66b3;
}
/* CSS Variables */
:root {
--color-1: #ff809f;
--color-2: #ffb3c6;
--color-3: #ffccf2;
--color-4: #ff99cc;
--color-5: #ff66b3;
}
Pinkie Pie Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809f, #ffb3c6, #ffccf2, #ff99cc, #ff66b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809f, #ffb3c6, #ffccf2, #ff99cc, #ff66b3);
}
Similar color palettes
Pinkie Pie Pink color palette created on .