Teal Jasper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Jasper palette

Share this palette to:

Teal Jasper color palette CSS

/* CSS */
.color-1 {
color: #799a8b;
}
.color-2 {
color: #a3c8c0;
}
.color-3 {
color: #d5e3ce;
}
.color-4 {
color: #f2d5b5;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #799a8b;
--color-2: #a3c8c0;
--color-3: #d5e3ce;
--color-4: #f2d5b5;
--color-5: #f1a8a2;
}

Teal Jasper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8b, #a3c8c0, #d5e3ce, #f2d5b5, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8b, #a3c8c0, #d5e3ce, #f2d5b5, #f1a8a2);
}

Teal Jasper color palette created on .