Pink Calla Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Calla palette
Pink Calla color palette PNG image
Pink Calla color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f9d59f;
}
.color-3 {
color: #f7b7a1;
}
.color-4 {
color: #f29cbe;
}
.color-5 {
color: #d67aca;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f9d59f;
--color-3: #f7b7a1;
--color-4: #f29cbe;
--color-5: #d67aca;
}
Pink Calla background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f9d59f, #f7b7a1, #f29cbe, #d67aca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f9d59f, #f7b7a1, #f29cbe, #d67aca);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Calla color palette created on .