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