Loading...
Ponyta Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ponyta palette
Download Ponyta Color Palette (PNG)
Ponyta color palette CSS
/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ffadad;
--color-5: #ff6e61;
}
Ponyta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffb84d, #ffcc80, #ffadad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffb84d, #ffcc80, #ffadad, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Ponyta color palette created on .