Cotton Candy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cotton Candy palette

Share this palette to:

Cotton Candy color palette CSS

/* CSS */
.color-1 {
color: #ff75b1;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3e4ff;
}
.color-4 {
color: #80d2ff;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff75b1;
--color-2: #ffb3e4;
--color-3: #b3e4ff;
--color-4: #80d2ff;
--color-5: #00bfff;
}

Cotton Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}

Cotton Candy color palette created on .