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: #f6a7c1;
}
.color-2 {
color: #f3c1b4;
}
.color-3 {
color: #f1e0a7;
}
.color-4 {
color: #d1e3b0;
}
.color-5 {
color: #a7d7d3;
}
/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f3c1b4;
--color-3: #f1e0a7;
--color-4: #d1e3b0;
--color-5: #a7d7d3;
}
Pink Shells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f3c1b4, #f1e0a7, #d1e3b0, #a7d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f3c1b4, #f1e0a7, #d1e3b0, #a7d7d3);
}
Similar color palettes
Pink Shells color palette created on .