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: #ffc2d4;
}
.color-2 {
color: #b4e4d9;
}
.color-3 {
color: #e5b8ff;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ffc2d4;
--color-2: #b4e4d9;
--color-3: #e5b8ff;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d4, #b4e4d9, #e5b8ff, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d4, #b4e4d9, #e5b8ff, #ffb84d, #ff6e61);
}
Similar color palettes
Cotton Candy Dreams color palette created on .