Pony Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pony Pink palette

Share this palette to:

Pony Pink color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #f7e969;
}
.color-4 {
color: #8ad3f0;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #f7e969;
--color-4: #8ad3f0;
--color-5: #6a4c94;
}

Pony Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #f7e969, #8ad3f0, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #f7e969, #8ad3f0, #6a4c94);
}

Pony Pink color palette created on .