Teal and Coral Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Coral Dream palette

Share this palette to:

Teal and Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #396d89;
}
.color-2 {
color: #4eb0c6;
}
.color-3 {
color: #6ce5c5;
}
.color-4 {
color: #f7b2a1;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #396d89;
--color-2: #4eb0c6;
--color-3: #6ce5c5;
--color-4: #f7b2a1;
--color-5: #f76e6e;
}

Teal and Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #396d89, #4eb0c6, #6ce5c5, #f7b2a1, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #396d89, #4eb0c6, #6ce5c5, #f7b2a1, #f76e6e);
}

Teal and Coral Dream color palette created on .