Pink Cotton Candy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cotton Candy palette
Pink Cotton Candy color palette CSS
/* CSS */
.color-1 {
color: #ffb8d5;
}
.color-2 {
color: #ffc2e0;
}
.color-3 {
color: #ffd1e5;
}
.color-4 {
color: #ff99c5;
}
.color-5 {
color: #ff7094;
}
/* CSS Variables */
:root {
--color-1: #ffb8d5;
--color-2: #ffc2e0;
--color-3: #ffd1e5;
--color-4: #ff99c5;
--color-5: #ff7094;
}
Pink Cotton Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8d5, #ffc2e0, #ffd1e5, #ff99c5, #ff7094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8d5, #ffc2e0, #ffd1e5, #ff99c5, #ff7094);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Cotton Candy color palette created on .