Pink Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dream palette
Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #f3bfd8;
}
.color-2 {
color: #eba8c8;
}
.color-3 {
color: #d78eb9;
}
.color-4 {
color: #b776a9;
}
.color-5 {
color: #a45b92;
}
/* CSS Variables */
:root {
--color-1: #f3bfd8;
--color-2: #eba8c8;
--color-3: #d78eb9;
--color-4: #b776a9;
--color-5: #a45b92;
}
Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bfd8, #eba8c8, #d78eb9, #b776a9, #a45b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bfd8, #eba8c8, #d78eb9, #b776a9, #a45b92);
}
Similar color palettes
Pink Dream color palette created on .