Pastel Meringue Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Meringue Pink palette
Pastel Meringue Pink color palette CSS
/* CSS */
.color-1 {
color: #f9e2b4;
}
.color-2 {
color: #e2b4f9;
}
.color-3 {
color: #b4e2f9;
}
.color-4 {
color: #b4f9d5;
}
.color-5 {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--color-1: #f9e2b4;
--color-2: #e2b4f9;
--color-3: #b4e2f9;
--color-4: #b4f9d5;
--color-5: #f9b4b4;
}
Pastel Meringue Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b4, #e2b4f9, #b4e2f9, #b4f9d5, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b4, #e2b4f9, #b4e2f9, #b4f9d5, #f9b4b4);
}
Similar color palettes
Scroll down to explore 100+ Cream color palettes
Pastel Meringue Pink color palette created on .