Pink and Purple Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Purple Dream palette
Pink and Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #6b00b3;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff9ebb;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #a400b3;
--color-3: #6b00b3;
--color-4: #ff7092;
--color-5: #ff9ebb;
}
Pink and Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #a400b3, #6b00b3, #ff7092, #ff9ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #a400b3, #6b00b3, #ff7092, #ff9ebb);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Pink and Purple Dream color palette created on .