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: #f8c9d9;
}
.color-2 {
color: #f6bbc3;
}
.color-3 {
color: #f1a7b2;
}
.color-4 {
color: #f08b8a;
}
.color-5 {
color: #e76a8b;
}
/* CSS Variables */
:root {
--color-1: #f8c9d9;
--color-2: #f6bbc3;
--color-3: #f1a7b2;
--color-4: #f08b8a;
--color-5: #e76a8b;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d9, #f6bbc3, #f1a7b2, #f08b8a, #e76a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d9, #f6bbc3, #f1a7b2, #f08b8a, #e76a8b);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Cotton Candy Dreams color palette created on .