Cancer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cancer palette
Download Cancer Color Palette (PNG)
Cancer color palette CSS
/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f6d58e;
}
.color-3 {
color: #e4f0a3;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ff8f8f;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f6d58e;
--color-3: #e4f0a3;
--color-4: #a8e6cf;
--color-5: #ff8f8f;
}
Cancer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f6d58e, #e4f0a3, #a8e6cf, #ff8f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f6d58e, #e4f0a3, #a8e6cf, #ff8f8f);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Cancer color palette created on .