Shelly the Shell Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shelly the Shell palette
Shelly the Shell color palette CSS
/* CSS */
.color-1 {
color: #f8c1bf;
}
.color-2 {
color: #f9e2a4;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #6b9cc2;
}
.color-5 {
color: #2d6c9f;
}
/* CSS Variables */
:root {
--color-1: #f8c1bf;
--color-2: #f9e2a4;
--color-3: #a3d7e0;
--color-4: #6b9cc2;
--color-5: #2d6c9f;
}
Shelly the Shell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c1bf, #f9e2a4, #a3d7e0, #6b9cc2, #2d6c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c1bf, #f9e2a4, #a3d7e0, #6b9cc2, #2d6c9f);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Shelly the Shell color palette created on .