Teal Rein Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Rein palette

Share this palette to:

Teal Rein color palette CSS

/* CSS */
.color-1 {
color: #4c908f;
}
.color-2 {
color: #70d7b1;
}
.color-3 {
color: #a7e2c9;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #f29c6e;
}

/* CSS Variables */
:root {
--color-1: #4c908f;
--color-2: #70d7b1;
--color-3: #a7e2c9;
--color-4: #f9c89f;
--color-5: #f29c6e;
}

Teal Rein background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908f, #70d7b1, #a7e2c9, #f9c89f, #f29c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908f, #70d7b1, #a7e2c9, #f9c89f, #f29c6e);
}

Teal Rein color palette created on .