Cotton Candy Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dream palette
Cotton Candy Dream color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb67a;
}
.color-4 {
color: #fff5c2;
}
.color-5 {
color: #f7d9a6;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9c8f;
--color-3: #ffb67a;
--color-4: #fff5c2;
--color-5: #f7d9a6;
}
Cotton Candy Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9c8f, #ffb67a, #fff5c2, #f7d9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9c8f, #ffb67a, #fff5c2, #f7d9a6);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Cotton Candy Dream color palette created on .