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