Pink Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dreamscape palette
Pink Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ff7094;
}
.color-2 {
color: #ff4d9d;
}
.color-3 {
color: #ff298d;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #a30052;
}
/* CSS Variables */
:root {
--color-1: #ff7094;
--color-2: #ff4d9d;
--color-3: #ff298d;
--color-4: #d6006f;
--color-5: #a30052;
}
Pink Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7094, #ff4d9d, #ff298d, #d6006f, #a30052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7094, #ff4d9d, #ff298d, #d6006f, #a30052);
}
Similar color palettes
Scroll down to explore 400+ Pink color palettes
Pink Dreamscape color palette created on .