Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #f8c372;
}
.color-2 {
color: #f9d09f;
}
.color-3 {
color: #f49fb0;
}
.color-4 {
color: #a4d5df;
}
.color-5 {
color: #84e2f5;
}
/* CSS Variables */
:root {
--color-1: #f8c372;
--color-2: #f9d09f;
--color-3: #f49fb0;
--color-4: #a4d5df;
--color-5: #84e2f5;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c372, #f9d09f, #f49fb0, #a4d5df, #84e2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c372, #f9d09f, #f49fb0, #a4d5df, #84e2f5);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pastel Pink color palette created on .