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