Teal Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Dreams palette

Share this palette to:

Teal Dreams color palette CSS

/* CSS */
.color-1 {
color: #1a8c9e;
}
.color-2 {
color: #4cbd8e;
}
.color-3 {
color: #80d1a7;
}
.color-4 {
color: #f3e78c;
}
.color-5 {
color: #e76a4b;
}

/* CSS Variables */
:root {
--color-1: #1a8c9e;
--color-2: #4cbd8e;
--color-3: #80d1a7;
--color-4: #f3e78c;
--color-5: #e76a4b;
}

Teal Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8c9e, #4cbd8e, #80d1a7, #f3e78c, #e76a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8c9e, #4cbd8e, #80d1a7, #f3e78c, #e76a4b);
}

Teal Dreams color palette created on .