Pink Shells Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shells palette
Pink Shells color palette CSS
/* CSS */
.color-1 {
color: #f8c6b4;
}
.color-2 {
color: #f7a5a1;
}
.color-3 {
color: #f78d8e;
}
.color-4 {
color: #f76e89;
}
.color-5 {
color: #f7597e;
}
/* CSS Variables */
:root {
--color-1: #f8c6b4;
--color-2: #f7a5a1;
--color-3: #f78d8e;
--color-4: #f76e89;
--color-5: #f7597e;
}
Pink Shells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c6b4, #f7a5a1, #f78d8e, #f76e89, #f7597e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c6b4, #f7a5a1, #f78d8e, #f76e89, #f7597e);
}
Similar color palettes
Scroll down to explore 100+ Beach color palettes
Pink Shells color palette created on .