Pink Cotton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cotton palette
Pink Cotton color palette CSS
/* CSS */
.color-1 {
color: #f1cbd9;
}
.color-2 {
color: #fbb7c2;
}
.color-3 {
color: #f99ad9;
}
.color-4 {
color: #f25a87;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #f1cbd9;
--color-2: #fbb7c2;
--color-3: #f99ad9;
--color-4: #f25a87;
--color-5: #e94e77;
}
Pink Cotton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1cbd9, #fbb7c2, #f99ad9, #f25a87, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1cbd9, #fbb7c2, #f99ad9, #f25a87, #e94e77);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Pink Cotton color palette created on .