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: #ff8fc3;
}
.color-2 {
color: #f5a8d2;
}
.color-3 {
color: #f3c4e1;
}
.color-4 {
color: #b4a3e0;
}
.color-5 {
color: #697cd8;
}
/* CSS Variables */
:root {
--color-1: #ff8fc3;
--color-2: #f5a8d2;
--color-3: #f3c4e1;
--color-4: #b4a3e0;
--color-5: #697cd8;
}
Pink Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fc3, #f5a8d2, #f3c4e1, #b4a3e0, #697cd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fc3, #f5a8d2, #f3c4e1, #b4a3e0, #697cd8);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Dreamscape color palette created on .