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: #f6a579;
}
.color-2 {
color: #f68a88;
}
.color-3 {
color: #f3b4d7;
}
.color-4 {
color: #d393f0;
}
.color-5 {
color: #a58db9;
}
/* CSS Variables */
:root {
--color-1: #f6a579;
--color-2: #f68a88;
--color-3: #f3b4d7;
--color-4: #d393f0;
--color-5: #a58db9;
}
Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a579, #f68a88, #f3b4d7, #d393f0, #a58db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a579, #f68a88, #f3b4d7, #d393f0, #a58db9);
}
Similar color palettes
Pink Dream color palette created on .