Cotton Candy Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreams palette
Cotton Candy Dreams color palette CSS
/* CSS */
.color-1 {
color: #f5ba9e;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #c6a1e3;
}
.color-4 {
color: #a9c8e0;
}
.color-5 {
color: #ffdc6b;
}
/* CSS Variables */
:root {
--color-1: #f5ba9e;
--color-2: #eab8d1;
--color-3: #c6a1e3;
--color-4: #a9c8e0;
--color-5: #ffdc6b;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ba9e, #eab8d1, #c6a1e3, #a9c8e0, #ffdc6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ba9e, #eab8d1, #c6a1e3, #a9c8e0, #ffdc6b);
}
Similar color palettes
Cotton Candy Dreams color palette created on .