Warm Jasper Color Palette
Discover the beautiful Warm Jasper color palette featuring eunry (#c8a3a3), whiskey (#d69f6b), gold sand (#e8c08d), buff (#f2d78c) and manhattan (#f7b7a1).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Warm Jasper palette
๐ป Warm Jasper color palette CSS
/* CSS */
.color-1 {
color: #c8a3a3;
}
.color-2 {
color: #d69f6b;
}
.color-3 {
color: #e8c08d;
}
.color-4 {
color: #f2d78c;
}
.color-5 {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--color-1: #c8a3a3;
--color-2: #d69f6b;
--color-3: #e8c08d;
--color-4: #f2d78c;
--color-5: #f7b7a1;
} ๐ Warm Jasper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a3a3, #d69f6b, #e8c08d, #f2d78c, #f7b7a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a3a3, #d69f6b, #e8c08d, #f2d78c, #f7b7a1);
} ๐ Explore similar color palettes
Warm Jasper color palette created on .