Pink Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Dream Color Palette (PNG)
Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff99cc;
}
.color-3 {
color: #ff66b3;
}
.color-4 {
color: #ff3399;
}
.color-5 {
color: #ff0066;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff99cc;
--color-3: #ff66b3;
--color-4: #ff3399;
--color-5: #ff0066;
}
Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff99cc, #ff66b3, #ff3399, #ff0066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff99cc, #ff66b3, #ff3399, #ff0066);
}
Similar color palettes
Pink Dream color palette created on .