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: #ffb3d1;
}
.color-2 {
color: #ff8a92;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd942;
}
/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff8a92;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #ffd942;
}
Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff8a92, #ff6e61, #ffb84d, #ffd942);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff8a92, #ff6e61, #ffb84d, #ffd942);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Pink Dream color palette created on .