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