Teal and Coral Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Coral Burst palette

Share this palette to:

Teal and Coral Burst color palette CSS

/* CSS */
.color-1 {
color: #5b8b9a;
}
.color-2 {
color: #a7d7c7;
}
.color-3 {
color: #f6d9b1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #ea5d6b;
}

/* CSS Variables */
:root {
--color-1: #5b8b9a;
--color-2: #a7d7c7;
--color-3: #f6d9b1;
--color-4: #f1a8a2;
--color-5: #ea5d6b;
}

Teal and Coral Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b9a, #a7d7c7, #f6d9b1, #f1a8a2, #ea5d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b9a, #a7d7c7, #f6d9b1, #f1a8a2, #ea5d6b);
}

Teal and Coral Burst color palette created on .