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: #ff75a8;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ffdbf2;
}
.color-4 {
color: #a2e0e7;
}
.color-5 {
color: #b4f8e5;
}
/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ffb3d1;
--color-3: #ffdbf2;
--color-4: #a2e0e7;
--color-5: #b4f8e5;
}
Pink Cotton Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ffb3d1, #ffdbf2, #a2e0e7, #b4f8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ffb3d1, #ffdbf2, #a2e0e7, #b4f8e5);
}
Similar color palettes
Pink Cotton Candy color palette created on .