Teal and Coral Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Coral Bliss palette

Share this palette to:

Teal and Coral Bliss color palette CSS

/* CSS */
.color-1 {
color: #a3d6e1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #b7e1d0;
}
.color-5 {
color: #d8a6b4;
}

/* CSS Variables */
:root {
--color-1: #a3d6e1;
--color-2: #ff6e61;
--color-3: #f7b5a1;
--color-4: #b7e1d0;
--color-5: #d8a6b4;
}

Teal and Coral Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e1, #ff6e61, #f7b5a1, #b7e1d0, #d8a6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e1, #ff6e61, #f7b5a1, #b7e1d0, #d8a6b4);
}

Teal and Coral Bliss color palette created on .