Cotton Candy Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreamscape palette
Cotton Candy Dreamscape color palette PNG image
Cotton Candy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9d2e2;
}
.color-2 {
color: #f7c0d1;
}
.color-3 {
color: #f6c1e8;
}
.color-4 {
color: #ebc7f5;
}
.color-5 {
color: #e9daf6;
}
/* CSS Variables */
:root {
--color-1: #f9d2e2;
--color-2: #f7c0d1;
--color-3: #f6c1e8;
--color-4: #ebc7f5;
--color-5: #e9daf6;
}
Cotton Candy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d2e2, #f7c0d1, #f6c1e8, #ebc7f5, #e9daf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d2e2, #f7c0d1, #f6c1e8, #ebc7f5, #e9daf6);
}
Similar color palettes
Cotton Candy Dreamscape color palette created on .