Pink Canyon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Canyon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Canyon Color Palette (PNG)
Pink Canyon color palette CSS
/* CSS */
.color-1 {
color: #f8b4cc;
}
.color-2 {
color: #f28cad;
}
.color-3 {
color: #f0567a;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #9c2b38;
}
/* CSS Variables */
:root {
--color-1: #f8b4cc;
--color-2: #f28cad;
--color-3: #f0567a;
--color-4: #d63f2e;
--color-5: #9c2b38;
}
Pink Canyon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4cc, #f28cad, #f0567a, #d63f2e, #9c2b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4cc, #f28cad, #f0567a, #d63f2e, #9c2b38);
}
Similar color palettes
Pink Canyon color palette created on .