Cotton Candy Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cotton Candy Dreamscape palette

Share this palette to:

Cotton Candy Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ff2491;
}
.color-2 {
color: #ff70b5;
}
.color-3 {
color: #ff9ec0;
}
.color-4 {
color: #ffd1e0;
}
.color-5 {
color: #fff4f0;
}

/* CSS Variables */
:root {
--color-1: #ff2491;
--color-2: #ff70b5;
--color-3: #ff9ec0;
--color-4: #ffd1e0;
--color-5: #fff4f0;
}

Cotton Candy Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2491, #ff70b5, #ff9ec0, #ffd1e0, #fff4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2491, #ff70b5, #ff9ec0, #ffd1e0, #fff4f0);
}

Cotton Candy Dreamscape color palette created on .