Pink Chimera Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Chimera palette
Pink Chimera color palette CSS
/* CSS */
.color-1 {
color: #8d3a5b;
}
.color-2 {
color: #c94a6e;
}
.color-3 {
color: #f1a7b6;
}
.color-4 {
color: #ffd1b3;
}
.color-5 {
color: #f5b85b;
}
/* CSS Variables */
:root {
--color-1: #8d3a5b;
--color-2: #c94a6e;
--color-3: #f1a7b6;
--color-4: #ffd1b3;
--color-5: #f5b85b;
}
Pink Chimera background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d3a5b, #c94a6e, #f1a7b6, #ffd1b3, #f5b85b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d3a5b, #c94a6e, #f1a7b6, #ffd1b3, #f5b85b);
}
Similar color palettes
Pink Chimera color palette created on .