Earthy Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Earthy Pink Color Palette (PNG)
Earthy Pink color palette CSS
/* CSS */
.color-1 {
color: #ffc2d0;
}
.color-2 {
color: #f9e89f;
}
.color-3 {
color: #a86d5d;
}
.color-4 {
color: #d0b095;
}
.color-5 {
color: #5a4e4e;
}
/* CSS Variables */
:root {
--color-1: #ffc2d0;
--color-2: #f9e89f;
--color-3: #a86d5d;
--color-4: #d0b095;
--color-5: #5a4e4e;
}
Earthy Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d0, #f9e89f, #a86d5d, #d0b095, #5a4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d0, #f9e89f, #a86d5d, #d0b095, #5a4e4e);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Earthy Pink color palette created on .