Loading...
Cotton Candy Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreams palette
Download Cotton Candy Dreams Color Palette (PNG)
Cotton Candy Dreams color palette CSS
/* CSS */
.color-1 {
color: #f2c4c0;
}
.color-2 {
color: #f5d6cc;
}
.color-3 {
color: #f8e2dd;
}
.color-4 {
color: #fcf1ee;
}
.color-5 {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--color-1: #f2c4c0;
--color-2: #f5d6cc;
--color-3: #f8e2dd;
--color-4: #fcf1ee;
--color-5: #f9e1e6;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c4c0, #f5d6cc, #f8e2dd, #fcf1ee, #f9e1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c4c0, #f5d6cc, #f8e2dd, #fcf1ee, #f9e1e6);
}
Similar color palettes
Cotton Candy Dreams color palette created on .