Teagan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teagan palette

Share this palette to:

Teagan color palette PNG image

Download teagan color palette PNG image (landscape)
Download teagan color palette PNG image (square)

Teagan color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb65c;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #6fbe7d;
}
.color-5 {
color: #3a9ad9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb65c;
--color-3: #ffe057;
--color-4: #6fbe7d;
--color-5: #3a9ad9;
}

Teagan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb65c, #ffe057, #6fbe7d, #3a9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb65c, #ffe057, #6fbe7d, #3a9ad9);
}

Teagan color palette created on .