Dreamy Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Pink palette
Dreamy Pink color palette CSS
/* CSS */
.color-1 {
color: #ffb8ea;
}
.color-2 {
color: #ff8fa9;
}
.color-3 {
color: #ff7575;
}
.color-4 {
color: #fac85c;
}
.color-5 {
color: #8fcf77;
}
/* CSS Variables */
:root {
--color-1: #ffb8ea;
--color-2: #ff8fa9;
--color-3: #ff7575;
--color-4: #fac85c;
--color-5: #8fcf77;
}
Dreamy Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8ea, #ff8fa9, #ff7575, #fac85c, #8fcf77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8ea, #ff8fa9, #ff7575, #fac85c, #8fcf77);
}
Similar color palettes
Dreamy Pink color palette created on .