Pink CottonCake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink CottonCake palette
Pink CottonCake color palette CSS
/* CSS */
.color-1 {
color: #ffb3c6;
}
.color-2 {
color: #ff99aa;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ed265b;
}
/* CSS Variables */
:root {
--color-1: #ffb3c6;
--color-2: #ff99aa;
--color-3: #ff7092;
--color-4: #ff3d7e;
--color-5: #ed265b;
}
Pink CottonCake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c6, #ff99aa, #ff7092, #ff3d7e, #ed265b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c6, #ff99aa, #ff7092, #ff3d7e, #ed265b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink CottonCake color palette created on .