Teal Rejuvenation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Rejuvenation palette

Share this palette to:

Teal Rejuvenation color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #6dd9b7;
}
.color-3 {
color: #3d998d;
}
.color-4 {
color: #2c686d;
}
.color-5 {
color: #1f5151;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #6dd9b7;
--color-3: #3d998d;
--color-4: #2c686d;
--color-5: #1f5151;
}

Teal Rejuvenation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #6dd9b7, #3d998d, #2c686d, #1f5151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #6dd9b7, #3d998d, #2c686d, #1f5151);
}

Teal Rejuvenation color palette created on .