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