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