Gray Spice Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gray Spice palette

Share this palette to:

Gray Spice color palette CSS

/* CSS */
.color-1 {
color: #f9e1e1;
}
.color-2 {
color: #f5c2c2;
}
.color-3 {
color: #f2b1b1;
}
.color-4 {
color: #ed9191;
}
.color-5 {
color: #e97777;
}

/* CSS Variables */
:root {
--color-1: #f9e1e1;
--color-2: #f5c2c2;
--color-3: #f2b1b1;
--color-4: #ed9191;
--color-5: #e97777;
}

Gray Spice background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1e1, #f5c2c2, #f2b1b1, #ed9191, #e97777);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1e1, #f5c2c2, #f2b1b1, #ed9191, #e97777);
}

Gray Spice color palette created on .