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