Loading...
Pink Confection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Confection palette
Download Pink Confection Color Palette (PNG)
Pink Confection color palette CSS
/* CSS */
.color-1 {
color: #fad6a3;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #f269b9;
}
.color-5 {
color: #e74b9c;
}
/* CSS Variables */
:root {
--color-1: #fad6a3;
--color-2: #f9aeae;
--color-3: #f28c8c;
--color-4: #f269b9;
--color-5: #e74b9c;
}
Pink Confection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad6a3, #f9aeae, #f28c8c, #f269b9, #e74b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad6a3, #f9aeae, #f28c8c, #f269b9, #e74b9c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Pink Confection color palette created on .