Pinkie Pie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pinkie Pie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pinkie Pie Color Palette (PNG)
Pinkie Pie color palette CSS
/* CSS */
.color-1 {
color: #fce8ee;
}
.color-2 {
color: #f8c4e2;
}
.color-3 {
color: #fbe0e7;
}
.color-4 {
color: #f3a0d3;
}
.color-5 {
color: #e8bfd4;
}
/* CSS Variables */
:root {
--color-1: #fce8ee;
--color-2: #f8c4e2;
--color-3: #fbe0e7;
--color-4: #f3a0d3;
--color-5: #e8bfd4;
}
Pinkie Pie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce8ee, #f8c4e2, #fbe0e7, #f3a0d3, #e8bfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce8ee, #f8c4e2, #fbe0e7, #f3a0d3, #e8bfd4);
}
Similar color palettes
Pinkie Pie color palette created on .