Cotton Candy Crunch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Crunch palette
Cotton Candy Crunch color palette CSS
/* CSS */
.color-1 {
color: #ffb3d5;
}
.color-2 {
color: #ffc7d0;
}
.color-3 {
color: #ffe7d6;
}
.color-4 {
color: #fff4d6;
}
.color-5 {
color: #ffeec7;
}
/* CSS Variables */
:root {
--color-1: #ffb3d5;
--color-2: #ffc7d0;
--color-3: #ffe7d6;
--color-4: #fff4d6;
--color-5: #ffeec7;
}
Cotton Candy Crunch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d5, #ffc7d0, #ffe7d6, #fff4d6, #ffeec7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d5, #ffc7d0, #ffe7d6, #fff4d6, #ffeec7);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Cotton Candy Crunch color palette created on .