Pinkie Pie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pinkie Pie palette
Pinkie Pie color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffb8ba;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #4f8eba;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb8ba;
--color-3: #ffe057;
--color-4: #6ccb79;
--color-5: #4f8eba;
}
Pinkie Pie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb8ba, #ffe057, #6ccb79, #4f8eba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb8ba, #ffe057, #6ccb79, #4f8eba);
}
Similar color palettes
Scroll down to explore 600+ Pink color palettes
Pinkie Pie color palette created on .