Baby Pink Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Baby Pink Dreams palette
Baby Pink Dreams color palette PNG image
Baby Pink Dreams color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #ed7d99;
}
.color-4 {
color: #e65b80;
}
.color-5 {
color: #d44e6e;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2a1b6;
--color-3: #ed7d99;
--color-4: #e65b80;
--color-5: #d44e6e;
}
Baby Pink Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2a1b6, #ed7d99, #e65b80, #d44e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2a1b6, #ed7d99, #e65b80, #d44e6e);
}
Similar color palettes
Baby Pink Dreams color palette created on .